I'm following the build procedure at http://mspgcc.sourceforge.net/manual/x1746.html. Everything went well until I tried to build msp430-libc and I got a strange error:
bn2...@isd-bnol-lt ~/msp430-libc/src $ make msp430-gcc -x assembler-with-cpp -mmcu=msp430x110 -I./../include -I. -Wa,-gstab s -c gcrt0.S -o crt430x110.o This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. make: *** [crt430x110.o] Error 3 Does anyone know what I'm doing wrong? Brian