主题:SysConfig 中讨论的其他器件
工具/软件:
尊敬的专家:
q:在 makefile 中指定了 device.cmd、但指定它的基础是什么?
我知道 makefile 本身是自动生成的。
只要工程中有一个.cmd 文件、它就会自动指定、无论其名称如何。
我想确认.cmd 的指定方式。
此致、
正常
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.
工具/软件:
尊敬的专家:
q:在 makefile 中指定了 device.cmd、但指定它的基础是什么?
我知道 makefile 本身是自动生成的。
只要工程中有一个.cmd 文件、它就会自动指定、无论其名称如何。
我想确认.cmd 的指定方式。
此致、
正常
嗨、O.H.
您是否在使用支持 SysConfig 的工程? 如果是、SysConfig 将为您的器件生成链接器文件。 否则、您可以创建自己的链接器文件并在“Project Configuration“中选择一个选项来禁用 SysConfig 生成。 通常、我创建一个新文件并复制粘贴 SysConfig 生成部分、然后调整链接器文件。
在 makefile 文件中、.cmd 将位于 ordered_objs 下方。
您好 Luke、
感谢您的答复。
我知道 XX.cmd 在 makefile 的 ordered_OBJS 中指定。
我想知道的是、在 ordered_OBJS 中指定 XX.cmd 文件的参考/标准是什么?
顺便说一下、是否可以在 CCS v20.x 或更高版本中手动创建 makefile?
(请参阅: (+) 如何在 Windows 10 上自动生成的 makefile 文件中更改 shell - sh.exe - Code Composer Studio 论坛 — Code Composer Studio︎ — TI E2E 支持论坛)
此致、
正常