Hi,
I have the same kind of issue. When creating my Bareboard project on MCU51QU I checked "io printf console support".
I get a linker error when using printf in my code :
C:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Undefined : "InitializeUART"
>Referenced from "__init_uart_console" in
C:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Undefined : "WriteUARTN"
>Referenced from "__write_console" in
C:/Program Files/Freescale/CW MCU v10.1/MCU/ColdFire_Tools/Command_Line_Tools/mwldmcf|Linker|Error
>Link failed.
I'll be happy to get feedback if anyone gets an idea ...
