DSP2837xd在ccs12..7.1编译问题

Other Parts Discussed in Thread: C2000WARE

我想要改造c2000ware里面的2837x—fir文件将fir的对象变为adc的采样数组;所以应用了example.setup.h文件中的FPU_initADCA(); FPU_initEPWM();函数。在include路径已经加入了包含这两个函数的h文件路径,并且在project explorer中也已经看到,但仍显示没有定义这两个函数。

undefined first referenced
symbol in file
--------- ----------------
_FPU_initADCA ./main.obj
_FPU_initEPWM ./main.obj

error: unresolved symbols remain
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "2837x_FIR.out" not built

>> Compilation failure
makefile:145: recipe for target '2837x_FIR.out' failed
gmake: *** [2837x_FIR.out] Error 1
gmake: Target 'all' not remade because of errors.

求解答?!