Hi bel.
I ever used CW 10.2v and MQX 3.8 on k60 board this way:
set in user_config.h MQX_INCLUDE_FLOATING_POINT_IO 1. You can find this file in the next path:
C:\Program Files\Freescale\Freescale MQX 3.8\config\twrk60n512
After this you must recompile K60 BSP and PSP libraries. You can find the projects to recompile these libraries in the next paths:
C:\Program Files\Freescale\Freescale MQX 3.8\mqx\build\cw10\bsp_twrk60n512
C:\Program Files\Freescale\Freescale MQX 3.8\mqx\build\cw10\psp_twrk60n512
Finally, in your applications project, you must change your library model to c9x in your project porperties as you have already done. But you must also change print format and scan format to int_FP. And change IO Mode to Buffered.
Dont forget to include #include in your source file where you are using math file.
Best Regards,
Zhang Jun
===============================================
this answer is for you, if it helps, please click on "Correct Answer" button.
===============================================