CCS 导入工程时Please install the C6000v8.0 compiler错误与解决
时间:10-02
整理:3721RD
点击:
在导入工程是会显示错误
See details below.
Error: Import failed for project 'Algorithm_Codec_Universal_Dma_Ti_ECPY' because its compiler definition is not available. Please install the C6000v8.0 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'.
这样的错误,主要是没有相对应的编译器,
https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm
下载相的编译器,并安装到 X:\ti\ccsv6\tools\compiler
重新导入即可
See details below.
Error: Import failed for project 'Algorithm_Codec_Universal_Dma_Ti_ECPY' because its compiler definition is not available. Please install the C6000v8.0 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'.
这样的错误,主要是没有相对应的编译器,
https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm
下载相的编译器,并安装到 X:\ti\ccsv6\tools\compiler
重新导入即可