首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

【求助】CodeWarrior4.5中如何才能使用数学函数如sin,asinf等?

【求助】CodeWarrior4.5中如何才能使用数学函数如sin,asinf等?

已经#include
可是还出现如下错误,
Link Error : L1822: Symbol _FUFLOAT in file C:\Documents and Settings\li\My Documents\Freescale\ds0815_LCD\ds0808_Data\Full_Chip_Simulation\ObjectCode\main.c.o
is undefined


Link Error : L1822: Symbol _FMUL in file C:\Documents and Settings\li\My Documents\Freescale\ds0815_LCD\ds0808_Data\Full_Chip_Simulation\ObjectCode\main.c.o
is undefined


Link Error : L1822: Symbol _FDIV in file C:\Documents and Settings\li\My Documents\Freescale\ds0815_LCD\ds0808_Data\Full_Chip_Simulation\ObjectCode\main.c.o
is undefined


Link Error : L1822: Symbol _FADD in file C:\Documents and Settings\li\My Documents\Freescale\ds0815_LCD\ds0808_Data\Full_Chip_Simulation\ObjectCode\main.c.o
is undefined


Link Error : L1822: Symbol asinf in file C:\Documents and Settings\li\My Documents\Freescale\ds0815_LCD\ds0808_Data\Full_Chip_Simulation\ObjectCode\main.c.o
is undefined

用了强制转换后如:t3= (int) angle;出现如下错误
Link Error : L1822: Symbol _FSTRUNC in file C:\Documents and Settings\li\My Documents\Freescale\ds0815_LCD\ds0808_Data\Full_Chip_Simulation\ObjectCode\main.c.o
is undefined


Link Error : Link failed

请帮忙解决,不然一些数学函数都不能用了,谢谢!
你要在创建project时选择支持浮点运算。
海纳百川  有容乃大
谢谢,可以用了。
请问8.0有这个问题吗,有没有必要选择支持浮点运算
zhz2112
试试看就知道啦。
海纳百川  有容乃大
返回列表