This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

gmake "file not found" error



Can someone explain why I get these errors in a new CCS 6 install?  I tried changing the TMP and TEMP environment variables to c:\temp, and opened up the permissions to everyone, but no change.

Thanks for whatever you might suggest.


**** Build of configuration Debug for project 430BOOST-SHARP96_CapacitiveTouch ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
process_begin: CreateProcess(c:\temp\make202148-1.bat, c:\temp\make202148-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [main.obj] Error 2
process_begin: CreateProcess(c:\temp\make202148-1.bat, c:\temp\make202148-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [TouchProGUI/TouchProGUI.obj] Error 2
process_begin: CreateProcess(c:\temp\make202148-1.bat, c:\temp\make202148-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [CTS/CTS_HAL.obj] Error 2
process_begin: CreateProcess(c:\temp\make202148-1.bat, c:\temp\make202148-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [CTS/CTS_Layer.obj] Error 2
process_begin: CreateProcess(c:\temp\make202148-1.bat, c:\temp\make202148-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

gmake: *** [CTS/structure.obj] Error 2
gmake: Target `all' not remade because of errors.

**** Build Finished ****