Other Parts Discussed in Thread: CCSTUDIO
For our CI environment we use a docker image to build our projects.
Now after I upgraded to CCS12 and CC13XX SDK6.30 I get a build error regarding the compiler.
Buildfile generation error occurred.. This project was created using a version of compiler that is not currently installed - TICLANG_2.1.2.LTS [Arm]: - 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'. Build stopped..
Now after this SDK upgrade the project is using the TI CLANG compiler which seems not being installed.
I changed the docker image to install the compiler from https://www.ti.com/tool/ARM-CGT#downloads
I also ran the command to let eclipse discover the compiler with:
eclipse -nosplash -data /workspace -application com.ti.common.core.initialize -ccs.toolDiscoveryPath "/opt/ti/ti-cgt-armllvm_2.1.2.LTS/"
But I still keep getting this error.
Anyone any ideas as to how to fix this?