CodeWarrior displays strange warnings? MC9S12X

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

CodeWarrior displays strange warnings? MC9S12X

跳至解决方案
1,523 次查看
CIA_MAN275
Contributor III

Hello!

 

Warning:

 

Link Error: L1822 : Symbol_FSFLOAT in file .... main.c is undefined

 

 

..... more Link Errors!!!

 

What is wrong with my program? Can you pls help me!

 

THX!

标签 (1)
0 项奖励
回复
1 解答
1,255 次查看
kef
Specialist I

In project wizard you specified that you don't want floating point numbers. _FSFLOAT is runtime routine to convert long integer to float.

You should either recreate project and specify that you want floating point. Or check <CW install folder>\lib\hc12c\readme.txt to find what *.lib library file you should add to your project.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,256 次查看
kef
Specialist I

In project wizard you specified that you don't want floating point numbers. _FSFLOAT is runtime routine to convert long integer to float.

You should either recreate project and specify that you want floating point. Or check <CW install folder>\lib\hc12c\readme.txt to find what *.lib library file you should add to your project.

0 项奖励
回复
1,255 次查看
CIA_MAN275
Contributor III

Can you pls explain me the solution with the readme-file more exactly? Sorry for this bad english :smileywink:

 

And I have also added as a screenshot the other errors!

 

THX!

0 项奖励
回复