Hi, today i'm working for the first time with the MSP430 microcontroller and the MSPGCC Compiler. So i have my first problem. With the following command i compile my source file.
msp430-gcc -mmcu=msp430x149 -g -O -o test.elf test.c The compile procedure looks OK, but then i get the message, that is is not possible to execute the msp430-ld.exe file (no such file or directory), although this file is in the same directory as the msp430-gcc.exe file. Best regards, Sascha