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.

VLFFT性能验证问题



专家您好!

     我在TMSC6678上面开发了一个多核操作系统,现在想把vlfft验证程序加到系统里,但是build的时候出现了几个链接错误如下:

#10010 errors encountered during linkng;"vlfft_evmc6678l.out" not vfft_evmc6678l

#10234_D unresolved symbols remain.

unresolved symbol  _OS_IPC_Handler,first referenced in  /bsp/src/bsp_isr_a.obj

unresolved symbol _OSTickISR,first referenced in  /bsp/src/bsp_isr_a.obj

其中_OS_IPC_Handler和_OSTickISR是我自己做的操作系统的系统函数,后面分别对应其所在的文件路径名,请问这个怎么解决?到底是哪里出现了问题?谢谢!