在使用C6748的mathlib时遇到问题。工程包含了mathlib.h,然后又包含了mathlib.a674库,并且连接路径正确。
当使用sqrtsp_v函数的时候没有问题,能够正常编译、运算结果正确,cossp_v、divsp_v等函数都正确。
当使用logsp_v的时候就会出现问题,提示出现unresolved symbol,请问是什么原因造成的呢?点击函数是可以链接到相应的头文件的,只是编译不过去。
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.
应该没有问题,我的工程师COFF格式的,调用的是mathlib.a674库,应该是正确的,而且同样使用这个库的其他函数是没有问题的。