Other Parts Discussed in Thread: CCSTUDIO
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?
