主题中讨论的其他器件:CCStudio、 TMS320F28377S
大家好、TI 团队、
我在升级服务器上的 Code Composer 时遇到了问题、无法将项目作为连续集成热线的一部分进行构建。 我已经使用 ccsv8运行了它、但在我们升级到 cssv10之后、我没有运气。
我执行了以下操作来在服务器上安装 Code Composer:
- 正在压缩本地 Code Composer 安装
- 在(Linux)服务器上解压缩它
由于通过 ccs_setup_10.4.0.00006.run 进行的安装不是基于命令行,因此很遗憾,这不是一个选项(如果可能,请更正我)。
使用 ccsv8、以下步骤成功构建了一个项目:
/ti/ccsv8/eclipse/eclipse -nosplash -data $CI_BUILDS_DIR/workspace -application com.ti.common.core.initialize -ccs.toolDiscoveryPath /ti /ti/ccsv8/eclipse/eclipse -noSplash -data $CI_BUILDS_DIR/workspace -application com.ti.ccstudio.apps.projectImport -ccs.location <path> /ti/ccsv8/eclipse/eclipse -noSplash -data $CI_BUILDS_DIR/workspace -application com.ti.ccstudio.apps.projectBuild -ccs.projects <project-name> -ccs.configuration Debug
如果我现在执行这些步骤、我将收到以下消息:
**** Build Finished **** Buildfile generation error occurred.. This project was created for a device not currently recognized - TMS320C28XX.TMS320F28377S: - Re-run CCS installer on your existing CCS location, ensure the Product Family for your device is selected, and proceed with installation if it wasn't. - See 'Help > Check for Updates' to check if support for this device is available through a CCS update. - Migrate the project to closest matching supported device by adjusting project properties. - Or contact TI for support if using experimental silicon. Build stopped..
复制 ccsv10时、似乎没有转移对我的器件系列的支持。 我不知道为什么这在 V8上工作、但现在不知道。

这是我的器件设置的屏幕截图。
请帮我解决此问题吗?
谢谢、
Dominik