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.
大家好、TI 团队、
我在升级服务器上的 Code Composer 时遇到了问题、无法将项目作为连续集成热线的一部分进行构建。 我已经使用 ccsv8运行了它、但在我们升级到 cssv10之后、我没有运气。
我执行了以下操作来在服务器上安装 Code Composer:
由于通过 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
常见问题条 目8.2.11。 如何执行无提示或无人值守的 CCS 安装? 帮助?
该错误会使您感觉在安装 CCS 10.4时没有安装适当的28x 器件支持。 但您的最后一个屏幕截图表明了其他情况。
-您是将 CCS 8工程导入 CCS 10环境中、还是该工程已迁移到 CCS 10?
-运行命令时是否指定了新的工作区文件夹? 还是使用现有的?
-正在使用哪种 Linux 发行版和版本?
谢谢
Ki
@切斯特,这确实起了作用。 我确实简单地搜索了此选项、但显然我使用了错误的关键字。 非常感谢!
@Ki Maybe 的这张截图令人误解。 屏幕截图来自我的 PC、但我在服务器上遇到了问题。 我添加了屏幕截图以显示我的项目设置。
请确保在服务器上的 CCS 安装中安装了28x 器件支持。 错误消息似乎表示不是。