Usually the problem is that CR_INTEGER_PRINTF is still defined in the -D options list.
Make sure you do a full 'clean' of the build an retry.
These are my (working) defines and Linker settings:
__REDLIB__
CPU_LPC55S69JBD100
CPU_LPC55S69JBD100_cm33
CPU_LPC55S69JBD100_cm33_core0
SDK_DEBUGCONSOLE=1
PRINTF_FLOAT_ENABLE=1
SERIAL_PORT_TYPE_UART=1
__MCUXPRESSO
__USE_CMSIS
DEBUG

I hope this helps,
Erich