|
Re: Linking issue with 4.8.3 under 650
|
07/08/2014 4:36 AM
post110967
|
Re: Linking issue with 4.8.3 under 650
>
> I`m getting C:\QNX650\host\win32\x86\usr\bin\i486-pc-nto-qnx6.5.0-ld: t:/temp\
> 2qcc0whYjc\tmp_qcc_9844: hidden symbol `_Unwind_Resume' in C:/QNX650/host/
> win32/x86/usr/lib/gcc/i486-pc-nto-qnx6.5.0/4.8.3/libgcc.a(unwind-dw2.o) is
> referenced by DSO
>
> Where should I look ?
normally this mistake says that there is no link to c++ library
Add --LINK=c++ -lstdc++ to the linker options.
Bogdan
|
|
|