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.
工具与软件:
我们发现当修改.h 文件中的宏时、CCS 无法正确编译。
如果我们使用 rebuild 而不是 build 清理调试文件夹、则不会有问题。
在单击"Build"时、是否有办法将重建配置为默认重建?
嗨、Harley:
感谢您的提问。
您可以尝试更改一次预编译步骤吗?
在编译工程之前、请使用以下命令清理工程。 保留 clean 命令作为预编译步骤的一部分。
$(MAKE) -k -j 20 clean -O
转到工程属性并导航到 构建->步骤。
请参阅下图。
执行上述步骤后、您应该能够重新构建示例。
请告知我们上述解决方案是否有效。
此致、
Tushar