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 Error

Hi, 

I installed CCS v: 6.1.0.00104 in a PC with Windows 7 Professional. When "building all" I am getting the following error:


**** Build of configuration Debug for project CCS_VideoTest ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
process_begin: CreateProcess(C:\Users\Eric\AppData\Local\Temp\make4812-1.bat, C:\Users\Eric\AppData\Local\Temp\make4812-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.

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

**** Build Finished ****

I tried: (a) disabling the antivirus; (b) modifying the environmental variable Path to the include the related folder; and (c) installing the CCS again and still I am getting the same error. 

I will appreciate your feedback.

Thanks, BRs

- F. Maldonado 

  • Hi Frank,

    It looks like this should be in the (DO NOT USE) TI C/C++ Compiler - Forum or in the Code Composer Studio forum so I have moved the thread. Hopefully they will be better able to help you there. You may want to also try including a little bit more information, like the project that you are trying to build or some log files?

    -Katie
  • Frank Maldonado said:
    I tried: (a) disabling the antivirus; (b) modifying the environmental variable Path to the include the related folder; and (c) installing the CCS again and still I am getting the same error. 

    Frank,

    A couple of other things to check:

    - Do you have execute permissions on TEMP folder (the folder that System variables TEMP and TMP are set to)? The build process uses this folder for temporary files.

    - You could also try changing the TEMP and TMP variables to point to a different directory like c:\temp. You can override the System variables within the scope of CCS by going to CCS menu Window-> Preferences > C/C++ > Build > Environment, and use the Add button to add these two variables, and set them to a simple directory like c:\temp

    - Are there other make binaries specified in the System PATH? If so, you might want to try removing them temporarily to ensure that the gmake used by CCS is correctly picked up.