regarding link error in codewarrior IDE

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

regarding link error in codewarrior IDE

825 Views
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

Labels (1)
0 Kudos
Reply
1 Reply

284 Views
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 Kudos
Reply