下载了dsplib_c66x_3_4_0_0(使用的是TMS320C6657芯片)并安装在默认路径(C:/ti),在main函数里include以后报错:cannot open source file ti/dsplib/src/DSPF_dp_cholesky/DSPF_dp_cholesky.h。请问是不是路径设置有问题,该如何解决呢?
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.
下载了dsplib_c66x_3_4_0_0(使用的是TMS320C6657芯片)并安装在默认路径(C:/ti),在main函数里include以后报错:cannot open source file ti/dsplib/src/DSPF_dp_cholesky/DSPF_dp_cholesky.h。请问是不是路径设置有问题,该如何解决呢?
可以直接#include <mathlib.h>,但是要注意mathlib.h定义了这些函数头文件的路径,所以在Include Options里设置这些头文件所在的路径不要有路径重复。