|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: [Windriver] Getting error on run: Download Failed
Getting further.
I no longer get the unknown error, but now I get a massive list of unresolved symbols. Am I missing some include path? |
|
#2
|
||||
|
||||
|
Re: [Windriver] Getting error on run: Download Failed
Quote:
For example, if your module calls a function named 'foo', then vxWorks must be able to find an address for 'foo'. The function 'foo' might be part of the vxWorks kernel or it might come from other modules that have already been downloaded. Include paths are a compile time issue -- where does the compiler look for header files. Unresolved symbols is a link time issue (in this case dynamic linking) -- the linker is unable to find some data object or function. Of course, with C++ name mangling, it can be tedious to figure out where the unresolved symbols are supposed to come from. It may be that you need to statically link your module to some library. Last edited by gvarndell : 15-01-2009 at 07:50. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting Familiar with Programming in WindRiver | kyungjin | C/C++ | 35 | 17-01-2009 13:04 |
| Getting Live Feed from Axis Camera in Windriver | Inoperational | C/C++ | 8 | 15-01-2009 01:21 |
| Getting Started in Windriver C/C++ | 7-11number1 | C/C++ | 3 | 10-01-2009 21:46 |
| Strange WindRiver Error | Maxpower57 | Programming | 1 | 10-12-2008 21:41 |
| Basic Run Error | BBFIRSTCHICK | Programming | 10 | 02-04-2003 22:43 |