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.
工具/软件:Code Composer Studio
您好!
我使用的是 CCS 10。 目前、CCS 生成一个 makefile 文件和许多.mk 文件。 是否可以生成单个 makefile?
谢谢你
CCS 基于 Eclipse、Eclipse managed make 系统的标准过程是生成主 makefile 和多个.mk 文件。 工程和编译系统在以下位置进行了说明: http://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#project-files-and-build-system-overview
但是、如果用户希望更好地控制编译过程、则可以选择创建自己的 makefile 并在 CCS 中使用 makefile 工程:
http://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#types-of-projects
尊敬的 AartiG:
感谢您的快速回复。 我希望避免将 CCS 用作编译工具链的一部分、并检查大量 makefile 文件、因为我的目标是创建自动夜间编译。
我已经得出了使用 CLI 和 eclipsec 导入和构建项目的结论。 这样、我就可以从 eclipse 项目文件生成 makefile 文件。 到目前为止、这可以正常工作。
再次感谢您的帮助、
Chris