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 just delete my previous install of CCS v7.2 and install the new v7.3
After taht (because I had some problem with indexer), I decided to delete my workspace, use an empty workspace and import my project.
I have two projects.
The first which was done with the last compiler : In Preferences\General\ Compiler version: Ti v17.9.0 STS. => Import is Ok
And then, the older project, created with an older version of compiler.
When I want to import it, an error message appears:
Error: Import failed for project 'My Prject' because its compiler definition is not available. Please install the C2000v17.6 compiler before importing this project:
- See 'Help > Install New Software' and select 'Code Generation Tools Updates' to check if this compiler is available through a CCS update.
- Visit CCS App Center to get the latest compiler support.
- Or download and install the compiler [http://software-dl.ti.com/codegen/non-esd/downloads], then register it with CCS through 'Preferences > CCS > Build > Compilers'.
So when I try to add older version of compiler (ARM Compiler Tools 17.6.0 and C2800 Compiler Tools 17.6.0) it can't because it detect the new compiler:
Cannot complete the request. See the error log for details.
"C2800 Compiler Tools" will be ignored because a newer version is already installed.
"ARM Compiler Tools" will be ignored because a newer version is already installed.
How can I import my project?? !