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.
工具与软件:
大家好、
当前在 TMS320F280039C 中进行引导加载程序代码开发的情况、根据我的要求、我已将 CAN、SPI、计时器文件添加到我的项目中。 在这里、我在构建项目时遇到一个问题、因为我无法在 main.c 文件中添加 timer.h 标头或 can_comm.h 标头。
我尝试了各种方法、
1.通过在"包含文件"选项中包含 can_comm.h 路径,但没有任何帮助。
请引导我解决这个问题。
谢谢你。
您好!
1.通过在 include files 选项中包含 can_comm.h 路径、但没有任何帮助。
您是如何定义 Include 选项的?
不使用绝对路径、而是尝试使用编译变量、例如:
您可以通过转到"Resources">"Linked Resources">"Path Variables"来添加构建变量
此致!
Matt