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
Hello,
I am using Code composer Version: 6.1.3.00033 to build the UCD3138128 code.
When loaded the project it says
This project was created using a version of compiler that is not currently installed: 5.1.8 [ARM].
Please go to <a href="liveaction:OpenAppCenter">CCS App Center</a> to install the compiler of this version,
or migrate the project to one of the available compiler versions by adjusting project properties.
I have managed to download the ARM veriosn 5.1.8 and link it. still it throw the below error when given a build
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
gmake: *** No rule to make target 'clean'.
**** Build Finished ****
Also throw below error in a pop up window
"Errors occurred during the build.
Errors running builder 'CDT Builder' on project 'ec_nextgen_ucd'.
java.lang.NullPointerException"
Shanish,
Is this an example project provided by TI or your own custom project? Do you know which version of CCS was originally used to create the project?
Have you tried building the project with a newer version of CCS (CCSv7 or CCSv8)?
Try defining the symbol under Project Properties->Build->Compiler->Predefined Symbols.
You could take a look at the project options of the original project to see which ones need to be added to the new project. Be sure to check both compiler and linker options.