|
|
Re: Linking GCC compiled library with QNX 6.4.0 tools
|
|
03/24/2009 8:34 AM
post25088
|
Re: Linking GCC compiled library with QNX 6.4.0 tools
Venkatarao Patnaik Balivada wrote:
> Can I rebuild the library with GCC tools with some options to make it compatible? OR I need to rebuild the library
with QNX tools?
It should be possible to generate apcs-gnu code from your linux
toolchain using -mabi=apcs-gnu. However, your toolchain has likely been
configured only for aapcs-linux which means the libgcc and other target
libraries will follow the EABI, and you will not be able to link your
library.
I strongly recommend using the QNX gcc toolchain to rebuild your library.
Regards,
Ryan Mansfield
|
|
|
|
|