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.
Tool/software: Code Composer Studio
I'm working on getting a CCS 5.0 project into CCS 8.0
I am fairly new to CCS but was able to run a few examples programs and modify, build, and program without issue in CCS 8.
When I build the CCS 5.0 project, I get the following error
Description Resource Path Location Type
Program "make" not found in PATH C1S01710-Rev05_Modified C/C++ Problem
Also a warning
This project was created using a version of compiler that is not currently installed - 6.4.6 [C2000].
If I look into the build options... I cannot check 'use default build command' which was suggested previously in this userforum..
Instead, it is stuck on the command 'make' unless I click the 'variables' button.
If I look at new build variables that are options, none seem valid.
I have tried to put in the complier that the CCS 8.0 example program uses (which gmake is not valid I would think)
${CCS_UTILS_DIR}/bin/gmake –k
however, even this is producing an error that the complier is not present
I tried adding a utils directory with no luck either (under environment variableS)
https://e2e.ti.com/support/tools/ccs/f/81/t/189971
In my case it is this directory: C:\ti\ccsv8\utils
any thoughts?
jim mac said:If I look into the build options... I cannot check 'use default build command' which was suggested previously in this userforum..
This is the key issue. You do want it to use the default build command and generate makefiles automatically. Perhaps something got messed up during the migration of the older project into newer CCS. The project migration process works most of the time but is not always perfect and sometimes requires further manual tweaking.
Try importing the project again into a new workspace. If that does not help, and if the project is not too big or complicated in its setup, it might be better to simply create a new project in CCSv8 and copy over all the files and options from the CCSv5 project into it.