------- Additional Comments From adsouzp at netscape dot net 2008-07-08 05:18 ------- here are the output and error messages:
---------------------------------------------------------------------------- veneer2> make arm-elf-as -mno-fpu -march=armv4t -mcpu=arm7tdmi -mthumb-interwork -o FirstAsm. o FirstAsm.s arm-elf-as -mno-fpu -march=armv4t -mcpu=arm7tdmi -mthumb-interwork -o SecondAsm .o SecondAsm.s arm-elf-gcc -O0 -march=armv4t -mcpu=arm7tdmi -mthumb-interwork -mthumb -c -o Th irdC.o ThirdC.c arm-elf-objdump -S FirstAsm.o > FirstAsm.lst arm-elf-objdump -S SecondAsm.o > SecondAsm.lst arm-elf-objdump -S ThirdC.o > ThirdC.lst arm-elf-ld --gc-sections -Ttext 0x40001000 --section-start FirstSection=0x400000 00 --defsym _start=0x400C0000 -o FinalProgram.elf FirstAsm.o SecondAsm.o ThirdC. o arm-elf-ld: internal error ../../binutils-2.17/ld/ldlang.c 4275 make: *** [all] Error 1 ---------------------------------------------------------------------------- as you can see, we get the error from ldlang.c line 4275. as soon as you remove -gc-sections, this error goes away. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6726 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils