The 4i indicates that those are integer libraries. You want the libraries with floating-point support. I do not have the ColdFire docs handy, but you should try linking a library that has an "f" in the designator. Go with Crasycat's advice and look in the documentation to find out which libraries have floating-point support.
---Tom
Hello
I do not have a V6.2 installed any more, but I would recommend you to look at the ColdFireV1_Build_Tools_Reference manual.
There should be a section called Coldfire Runtime Libraries which describes the correspondence between the library files and the options you are using to compile.
CrasyCat