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.

TI ARM AM4379在CCS6.1中不能使用math.h中的函数

Other Parts Discussed in Thread: AM4379

TI ARM AM4379在CCS6.1中不能使用math.h中的函数

代码中使用了tan、sin、cos、sqrt 等函数

源文件包含了math.h,如下

#include <math.h>

但编译、连接时失败

尝试了在该工程的编译、连接选项中添加math.h所对应的静态库,但是不知道是哪个静态库,所以折腾了两天了,毫无头绪。

请高手指点,谢谢!