Hi dear;
I am using CSMB12-C128 using codewarrior.
I formated my computer so I forced to install codewarrior again (I installed version 5.9.0 for HCS12 series). Now, I got an error on the code which worked fine before.
The errors are:
Thanks
You missing the floating point library.
Thanks Jim.
Could tell me how should I add it, where is that library located?
When creating new project, you should tell project wizard that you want floating point. Wizard then adds required library. What library to add is specified in <CW intall folder>\lib\hc12c\readme.txt
BTW, S12 is 16-bit MCU. Please use right forum next time. Keep in mind that there are dedicated Codewarrior forums. This thread should be in "Codewarrior 8- adn 16- bit"
Kef gave the answer I would have, because I have not used that version of CW in quite some time. If you fish around in the project settings, there may be something there, other than that you will have to regenerate the project and specifiy floating point.
Thank Jim and Kev, it worked