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.

AM437x ccs库函数



前提:使用pdk1.0.14的D:\ti\AM437x\pdk_am437x_1_0_14\packages\ti\board\diag\timer\src下的timer_test.h 和timer_test.c文件构建工程。

但是在构建过程中发现函数INTCInit()未定义。已经包含interrupt.h头文件,可以见到它的声明。

但是函数定义在文件D:\ti\AM437x\pdk_am437x_1_0_14\packages\ti\starterware\soc\am335x\intc.c中。

请问怎么把intc.c加入到工程下面去?

如果是直接拷贝文件的话,intc.c文件中有许多函数又依赖其他文件,不是办法。