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.
在一个逆变电源产品上运行良好的程序(当时开发的工程项目第一版是在2018年,当时安装的CCS版本为5.5版,后来在2021年又改了一版程序。现在换用64位WIN11系统,安装过CCS不同版本,例如,8.3.1,9.3.0,10.2.0,11.0.0,12.7.0,加载2021年第2版这个工程项目,部分CCS能显示源代码,但就是不能编译BUILD.如果编译,会显示如下错误提示。从提示中,本人分析需要安装C2000V20.12 compiler,但通过官网没发现有对应的CCS版本),
Import failed for project 'LCP2S' because its compiler definition is not available. Please install the C2000 v20.12 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
您好,
CCS和特定的编译器版本是绑定的,通常在安装CCS的时候一起安装的。
CCSTUDIO IDE, configuration, compiler or debugger | TI.com
如果要以前版本的编译器,请参考下面文档进行编译器的安装。
Compiler Installation and Selection
CCS用户手册“ 6.1.3.9.更改编译器版本”