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.

6657mathlib使用求助

Other Parts Discussed in Thread: MATHLIB

最近在使用6657进行算法调试,遇到了问题。在调用mathlib的向量算法时提示没有找到函数,例如调用exp10sp_v(AM,AM,256),就会出现问题。

在主函数中包含了mathlib.h,并且链接了mathlib.ae66,在单独使用函数时不会出现问题,例如powsp(AM[0],2),只要使用向量算法就会出现问题。

请问是什么原因造成的,工程文件在压缩包中上传,谢谢!

C6657-Test.zip