CodeWarrior displays strange warnings? MC9S12X

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CodeWarrior displays strange warnings? MC9S12X

ソリューションへジャンプ
1,534件の閲覧回数
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,266件の閲覧回数
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,267件の閲覧回数
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,266件の閲覧回数
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 件の賞賛
返信