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.

[参考译文] CODECOMPOSER:使用 cmd 构建工程的问题

Guru**** 2482155 points
Other Parts Discussed in Thread: CCSTUDIO

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1451954/codecomposer-issue-of-buildling-the-project-with-cmd

器件型号:CODECOMPOSER
Thread 中讨论的其他器件:CCStudio

工具与软件:

尊敬的专家:

我的客户使用带有"eclipsec -clean -noSplash -data "workspace dir"-application com.ti.CCStudio.apps.buildProject --ccs.projects name"的 cmd 来构建工程、并满足以下返回要求。

其他详细信息:

1. CCS 版本:11.1.0、 eclipse 文件夹存在且路径中的文件未损坏。

2.可以在 CCS 中构建该项目

3. eclipse 文件夹中不存在 com.ti.ccstudio.apps.buildProject 包

4.使用 com.ti.ccstudio.apps.projectBuild 将满足相同的结果

谢谢!

LEO

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    [报价 userid="278285" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1451954/codecomposer-issue-of-buildling-the-project-with-cmd "]"eclipsec -clean -noSplash -data "workspace dir"-application com.ti.ccstudio.apps.buildProject --ccs.projects name"

    它们在 ccs.projects 中有两个破折号

    --ccs.projects

    它应该是一个。

    -ccs.projects

    另请注意、使用的是-clean。 这会减慢编译的速度、因为它会清除 CCS 环境。 我不知道他们为什么会这样做。