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.

CCS 4.2中无效函数定义



在CCS库函数CLAmath.h中已经定义了CLAsqrt,在CLAshared.h中定义了Cla1Prog_Start,为什么在编译的时候提示这两个函数未定义那??

extern float  CLAsqrt( float fVal);和extern Uint16 Cla1Prog_Start;

  • 该问题,已经解决。

       在project中加入CLAmath.lib,并在include options中添加该路径后,CLAsqrt函数定义问题解决。

      在主函数中定义下Cla1Prog——Start后,这个函数问题也解决。