Thread 中讨论的其他器件:CCStudio
对于我们的 CI 环境、我们使用 Docker 映像来构建我们的项目。
现在、在我升级到 CCS12和 CC13XX SDK6.30后 、我会遇到有关编译器的构建错误。
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..
现在 、升级此 SDK 后、工程将使用似乎未安装的 TI clang 编译器。
我更改了 Docker 映像以从 https://www.ti.com/tool/ARM-CGT#downloads 安装编译器
我还运行了命令、让 eclipse 通过以下命令发现编译器:
eclipse -nosplash -data /workspace -application com.ti.common.core.initialize -ccs.toolDiscoveryPath "/opt/ti/ti-cgt-armllvm_2.1.2.LTS/"
但我仍然不断得到该误差。
有人对如何解决此问题有任何想法吗?


