Other Parts Discussed in Thread: MSP430G2231
I just received the LaunchPad for the MSP430 line. I followed the step-by-step instructions for compiling and loading sample LED blinking code onto the MSP430G2231 that came with the LaunchPad. I followed the instructions word for word but am having problems at the debug and load stage. I get this error in the console tab:
**** Build of configuration Debug for project LaunchPadLED ****
C:\TI\ccsv4\utils\gmake\gmake -k all
'F:\DOCUME~1\J' is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified.
C:\TI\ccsv4\utils\gmake\gmake: *** [m.obj] Error 1
C:\TI\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project LaunchPadLED
And I got this pop-up error:
The gmake file is in the specified folder and I'm able to run the same line from a command line ("C:\TI\ccsv4\utils\gmake\gmake -k all") without getting that error.
I got a lead from another site that the "is not recognized as an internal or external command, operable program or batch file. The system cannot find the path specified." meant that I needed to add the C:\TI\ccsv4 to the system variables path - so I did that but it did not fix the problem.
I also tried loading CCS on my laptop (which also has Windows XP, like the desktop I'm on now) - but got the same error.
The Code Composer Studio version is 4.1.3.00038

