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?