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

在使用C6748的mathlib时遇到问题。首先包含了mathlib.h,然后又包含了mathlib.a674库,并且连接路径正确。

当使用sqrtsp_v函数的时候没有问题,能够正常编译、运算结果正确,cossp_v、divsp_v等函数都正确。

当使用logsp_v的时候就会出现问题,提示出现unresolved symbol,请问是什么原因造成的呢?点击函数是可以链接到相应的头文件的,只是编译不过去。