Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Linking issue with 4.8.3 under 650: (3 Items)
   
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 ?
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
Re: Linking issue with 4.8.3 under 650  
Still have the same issue compiling with linker "-Wl,-LINK=c++ -Wl,-lstdc++" options. What's interesting is that if I 
change libgcc.a from 4.8.3 folder to libgcc.a from 4.4.2 folder it compiles fine. Is it ok to use 4.4.2 version of 
libgcc.a while using 4.8.3 compiler? Or it would come to undefined behavior? However it would be great 4.8.3 version of 
that lib!