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.

[参考译文] CCS/TMS320C6416:创建路径

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/735569/ccs-tms320c6416-make-path

器件型号:TMS320C6416

工具/软件:Code Composer Studio

关闭并打开项目文件。 在 CCS v7.2中。 无法构建。 它找不到 makefile 的路径。 我必须怎么做?e2e.ti.com/.../make.docx

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

    我假设这是一个 CCS 工程、而不是 makefile 工程。 查看您发送的屏幕提示、构建过程中运行的命令是"make all"、这不是我在构建 CCS 工程时所期望的。 CCS 工程的默认编译命令为 ${CCS_UTILS_DIR}/bin/gmake -K

    尝试将项目导入到新的工作区中、然后查看是否修复了该项目。 或者、您可以检查工程的属性并确保将其设置为使用默认编译命令(如上所示)。