Code Composer 4(基于 Eclipse)- makefile
如何防止 Code Composer 4(基于 Eclipse)生成自己的 makefile 并使用我提供的 makefile?
背景: 我正在使用 Code Composer 4 在 MSP430F5436 上启动一个 FreeRTOS 项目,并有一个带有提供的 make 文件的演示应用程序)
谢谢!
How do I prevent Code Composer 4 (which is based on Eclipse) from generating its own makefile and use the one I provide instead?
Background:
I am starting a FreeRTOS project on a MSP430F5436 using Code Composer 4 and have a demo app with a supplied make file)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 CCS 4.0 的项目属性中,您可以选择有关 makefile 的选项“使用自定义 makefile”。我知道那里有很多选择!
我现在面前没有 CCS 4.0,但周二我会查看正确的菜单。
当然,您启动的项目一定不能使用 DSP/BIOS 模板。
In the project property for CCS 4.0, you have an option about the makefile saying 'use custom makefile'. I knbow there is a lot of options there !
I don't have CCS 4.0 in front of me right now, but I will have a look to the right menu Tuesday.
Of course, you starting project must not use a DSP/BIOS template.