请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CODECOMPOSER 工具与软件:
Code Composer 生成的 make 文件(*。mk)包含绝对路径。 是否可以让它改为生成相对路径。 Code Composer 12.1.0.00007
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 生成的 make 文件(*。mk)包含绝对路径。 是否可以让它改为生成相对路径。 Code Composer 12.1.0.00007
Paul、你好!
您要使用 CCS 对什么处理器进行编程?
此致、
Nick
Paul、你好!
生成的 makefile 不是可移植的、因此不会意外出现绝对路径。 没有办法控制这种情况。 这通常不是问题、因为主要是工程本身最关心的是可移植性、而不是从工程生成的任何文件。
谢谢
Ki