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