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.
unresolved symbol __IQ24div, first referenced in
unresolved symbol __IQ24sin, first referenced in
库文件已经包含了(IQmathLib.h、IQmath.lib、IQmath.gel),IQmathLib.h中的
extern long _IQ24div(long A, long B); 何处定义_IQ24div?CMD文件中已包含:
/* Allocate IQ math areas: */
IQmath : > FLASHA, PAGE = 0 /* Math Code */
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
添加库的一般方法?28069采用定点库需要注意的事项(定点库是过度)?
将定点库改为浮点库的一般方法?
定点库一般也就是精度与范围的取舍,看你的数据要求。
定点设计为全IQamth格式,切换为浮点的时候,IQmath库的作者已经为大家考虑过了,只要更改IQmath头文件中的声明,更改为浮点模式,即可实现一键切换,另外把编译环境也更改为浮点模式即可。