[xsde-users] Re: VxWorks Link errors --- strange things ...

Boris Kolpackov boris at codesynthesis.com
Fri Dec 10 11:14:49 EST 2010


Hi Terry,

O'Laughlin, Terry <Terry.O'Laughlin at ipc.com> writes:

> Is it that there is a positional requirement to add after WAN.tmp?

Yes, when linking to static libraries, order is important. You need
to place libxsde.a after all the object files and libraries that
use it.

Another thing that you may want to check is that the libxsde.a
library as well as the generated code and your source code are
all compiled with the same options, particularly when it comes
to the debug/optimization options.

Boris



More information about the xsde-users mailing list