Hello,
How did you modify your source code?
Please try to define these flags before fsl_debug_console.
// main.c
#define PRINTF_FLOAT_ENABLE 1
#define SDK_DEBUGCONSOLE 1
#include "fsl_debug_console.h"
If not work, then try to modify LDFLAGS
-Wl,-u,_printf_float
Best Regards,
Zhiming