Hi, I have installed MSPGCC in windows XP based system. When I build the project I get following errors.
*** Full rebuild of configuration Debug for project test **** make -k clean all rm -rf main.o main.d test make: rm: Command not found make: [clean] Error 127 (ignored) 'Building file: ../main.c' msp430-gcc -O0 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x449 -omain.o ../main.c 'Finished building: ../main.c' ' ' 'Building target: test' msp430-gcc -mmcu=msp430x449 -o test main.o make: msp430-gcc: Command not found make: *** [test] Error 127 make: Target `all' not remade because of errors. Build complete for project test Installed packages path eclipse-SDK-3.0.1-win32.zip -->C:\eclipse org.eclipse.cdt-2.1.0-win32.x86.zip -->C:\eclipse mspgcc-20041112.exe -->C:\mspgcc net.sf.mspgcc.zip -->C:\eclipse\plugins I have installed cygwin in E:\cygwin I also checked XP environment variables with PATH variable set to : C:\mspgcc\bin; E:\cygwin\bin Please tell me what is the problem. -Vikram.
