I have absolutely no idea what's going wrong, but googling on part of you error message leads me to this page:
http://support.microsoft.com/kb/884538 Seems to be an internal DLL issue on your system? Hans On Mon, 21 Jun 2010 11:05:07 -0600 Brian Nolte <brianno...@gmail.com> wrote: > 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