我导入HUA工程,重新编译了下,下到板子里面是可以运行的,打算做些修改
我知道platform_init()是在platform.c里面定义的,可是为什么在platform.h中按F3跳转不过去呢?是已经被编译到库里面了吗
谢谢
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.
我导入HUA工程,重新编译了下,下到板子里面是可以运行的,打算做些修改
我知道platform_init()是在platform.c里面定义的,可是为什么在platform.h中按F3跳转不过去呢?是已经被编译到库里面了吗
谢谢
platform的定义在C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform;
你没有把源文件加到你的工程里吧
一般调用的是platform的库函数,你可以自己把platform.c加到工程里重新编译一次