I'm trying to run a benchmark on my MPC5675EVB using the CW 2.10 SE tools for MPC55xx/MPC56xx. After the calculations are completed, I want to print the results to the console, but my printf statement fails to link with
Link Error: undefined: InitializeUART
Project: MPC5675K_Test.mcp, Target RAM
Referenced from '__init_uart_console' in MSL_C.PPCEABI.base.V.UC.a
Link Error: undefined: ReadUARTN
Project: MPC5675K_Test.mcp, Target RAM
Referenced from '__read_console' in MSL_C.PPCEABI.base.V.UC.a
Link Error: undefined: WriteUARTN
Project: MPC5675K_Test.mcp, Target RAM
Referenced from '__write_console' in MSL_C.PPCEABI.base.V.UC.a
What am I doing wrong? Am I failing to add a library?
Matt