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.
So I am trying to debug a project submitted on E2E as a CCS project zip file.
The import fails completely with this error:
See details below.
Import failed for project 'SPI_TX' because its compiler definition is not available. Please install the ARMv16.3 compiler before importing this project - click 'View > CCS App Center' to check if compiler updates are available, or install the compiler manually and register it with CCS through 'Preferences > CCS > Build > Compilers'.
If I check the project file I see
<option id="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION.562846103" name="Compiler version" superClass="com.ti.ccstudio.buildDefinitions.core.OPT_CODEGEN_VERSION" value="16.3.0.STS" valueType="string"/>
<targetPlatform id="com.ti.ccstudio.buildDefinitions.TMS470_16.3.exe.targetPlatformDebug.2063612764" name="Platform" superClass="com.ti.ccstudio.buildDefinitions.TMS470_16.3.exe.targetPlatformDebug"/>
Which tells me I'm looking for "16.3.0.STS"
When I go to the install new software tool in CCS though I only see 16.6.0.
I installed 16.6.0 and my 'Installation History' shows compilers 16.6.0 and 15.12.3 as installed.
How do I get 16.3.0 STS or otherwise work around this import failure?
Did you untick the "Show only the latest versions of available software" option on the Install New Software dialogue?Anthony F. Seely said:When I go to the install new software tool in CCS though I only see 16.6.0.
By untiicking "Show only the latest versions of available software" CCS 6.1.3 is showing 16.3.0 as available to install:
Chester Thanks!
Brain-dead on my part. I had unchecked the 'Hide items that are already installed' but forgot 'Show only the latest versions...'
Guess too much time off over the holiday!
Thanks and Best Regards,
Anthony