Hi, While compiling my source code with a make file using the compiler/linker which is shipped with "mspgcc-20040602.exe" I received the attached error message. This message is not displayed when using the compiler/linker shipped with "mspgcc-20040401.exe". Any solutions/ideas to that problem?
Greetings Udo notes: it's not possible to post the whole code to the mailing list; "..." : there're more files to compile/link error message of 'make': \mspgcc\bin\make.exe cd source; make make[1]: Entering directory `/cygdrive/c/mspgcc/udo/source' msp430-gcc -c -g -O2 -Wall -Wstrict-prototypes -mmcu=msp430x149 -I../include main.c -o ../output/main.o ... msp430-gcc -c -g -O2 -Wall -Wstrict-prototypes -mmcu=msp430x149 -I../include usart.c -o ../output/usart.o msp430-gcc ../output/main.o ... ../output/usart.o -Wl,-Map=../output/out.map,--cref -mmcu=msp430x149 -o ../output/out.elf msp430-gcc: Internal error: Segmentation fault (program msp430-ld) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. make[1]: *** [sensor.elf] Error 1 make[1]: Leaving directory `/cygdrive/c/mspgcc/udo/ifk/ifk_sensor/source' make: *** [all] Error 2