[coldfire-gnu-discuss] ld.exe: error: no memory region specified for loadable section `.data._ZN10__cxx
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldfire-gnu-discuss] ld.exe: error: no memory region specified for loadable section `.data._ZN10__cxx



I used to be able to link my app using CS GNU v3.X but now I'm having issue linking on the Code Sourcery v4.3.3.
<br>I'm trying to link C++ application and keep getting the `.data._ZN10__cxxabiv119__terminate_handlerE' 
<br>
<br>ld.exe -o ..\..\out\test.out obj\tst0.o obj\tst1.o --start-group .\..\..\..\lib\test1.lib .\..\..\..\lib\test2.lib --end-group -Map ../../out/test.map -LC:\cs_arm_4.3.3/arm-none-eabi/lib -LC:\cs_arm_4.3.3/lib/gcc/arm-none-eabi/4.3.3 @lib.txt -( -lstdc++ -lgcc -lc -lm -T ../../../linker/linker.ld -) 
<br>ld.exe: error: no memory region specified for loadable section `.data._ZN10__cxxabiv119__terminate_handlerE'
<br>
<br>Do you have any idea what I did wrong? What does _ZN10__cxxabiv119__terminate_handlerE means?