regarding link error in codewarrior IDE

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

regarding link error in codewarrior IDE

827 次查看
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 回复

286 次查看
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 项奖励
回复