CodeWarrior displays strange warnings? MC9S12X

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior displays strange warnings? MC9S12X

Jump to solution
704 Views
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!

Labels (1)
0 Kudos
1 Solution
436 Views
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.

View solution in original post

0 Kudos
2 Replies
437 Views
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 Kudos
436 Views
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 Kudos