I am running XP, SP1. Perhaps a dump/trace can help which is generated.?
Greetings, Udo msp430-ld.exe.stackdump: Exception: STATUS_ACCESS_VIOLATION at eip=00414F32 eax=2C392847 ebx=0A12B3B0 ecx=0A0636E8 edx=00000168 esi=000003E8 edi=0A15AF60 ebp=0022EF48 esp=0022EF20 program=c:\mspgcc\bin\msp430-ld.exe, pid 1580, thread main cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023 Stack trace: Frame Function Args 0022EF48 00414F32 (0A15AF60, 00000000, 00000000, 00000000) 0022EF68 0043D9AA (0A05E048, 00414E90, 00000000, 0046B850) 0022F018 00414DEC (616D2915, 0041D551, 0022F090, 77E74809) 0022F068 0041DF05 (00000026, 616D3110, 0A0500A8, 0022F0C0) 0022F0A8 61005F54 (0022F0C0, 77F46BB3, 77DA0000, 77F4BCD4) 0022FF88 6100616B (00000000, 00000000, 00000000, 00000000) End of stack trace Chris wrote: > would be intresting to know what OS / version you"re using.. ;-) >chris Udo wrote: 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