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.

算法例程中mathlib的问题.

Other Parts Discussed in Thread: MATHLIB

在调试开发板的算法例程时候rebuild的过程中发现的问题。

提示说无法找到这个文件,我后来才发现mathlib.h中写了

#include <ti/mathlib/src/atan2dp/atan2dp.h>
#include <ti/mathlib/src/atan2sp/atan2sp.h>
#include <ti/mathlib/src/atandp/atandp.h>
#include <ti/mathlib/src/atansp/atansp.h>
#include <ti/mathlib/src/cosdp/cosdp.h>

这么几行。估计是路径的问题。

我没有特别安装mathlib,所以只是安装ti时候里面有一个C6748路径底下有mathlib,我就在CCS报错的地方复制了mathlib。

最后发现编译结果还是找不到,感觉有点奇怪,我都已经把文件们都复制到mathlib了为什么还是找不到?