regarding link error in codewarrior IDE

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

regarding link error in codewarrior IDE

828件の閲覧回数
ellendula
Contributor I
hello all.
i have used float variables and float calculations in my applications. it is compiling fine. but i don't know, it is not linking...showing link error.


the message displayed:
1. Link error : L1822:symbol_FUFLOAT in file d:\project_data\standard\objectcode\main.c.o is undefined
2. Link error : L1822:symbol_FMUL_RC in file d:\project_data\standard\objectcode\main.c.o is undefined

so, can anyone tell mw, what is the cause of the link error messages.
how can i rectify the problem.
please, help me as early as possible.

thanking you
shiva

ラベル(1)
0 件の賞賛
返信
1 返信

287件の閲覧回数
J2MEJediMaster
Specialist I

You are linking in the wrong library. The default library does not have floating point support in order to keep your program's memory footprint as small as possible. You need to link in the library that has floating point routines. See this forum thread for the more information.

 

---Tom

0 件の賞賛
返信