Hi,
I'm using CodeWarrior to ColdFire version 6.4
and I've the link error "Undefined: d_dtoi" and so on.
I'd like add to library in my project but I don't know which library.
Just more information,
I also added in the my project the library
C_4i_CF_FPU_StdABI_Runtime.a
C_4i_CF_FPU_StdABI_MSL.a
but the link problem is alway present.
Thanks
Salvatore
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