I just tried this - went to mqx_stdlib_Source/include/std_prv.h and set "#define STD_FP_IO 1" (I'll do the ifndef once this works).
I recompiled the KSDK libraries: mqx_stdlib_frdmk64f, ksdk_mqx_lib, ksdk_platform_lib_K64F12, and mqx_frdmk64f and did a simple printf w/ floating point.
I get MQX_UNHANDLED_INTERRUPT (0x0041) exception.
Setting it back to 0, printf works as expected.
What am I missing?
Thanks,
-Raj