|
Re: Error while linking new libraries using ntox86-ld
|
06/23/2014 2:37 PM
post110826
|
Re: Error while linking new libraries using ntox86-ld
On 14-06-23 01:46 PM, Nikshay Shrivastava wrote:
> Hi Ryan,
>
> Thanks for the update, after adding -L$QNX_TARGET/x86/lib/gcc/4.2.4 the issue is solved but now we are getting a new
error
>
> "undefined reference to `_Unwind_Resume'"
>
> Please suggest how we can solve this issue.
Link in libgcc. It will be in
$QNX_HOST/usr/lib/gcc/i386-pc-nto-qnx6.4.0/4.2.4/libgcc.a.
If you link with the gcc drivers then you don't have to add these paths,
and implicit libs as driver handles it for you. This is why linking
directly with ld is not recommended.
Regards,
Ryan Mansfield
|
|
|