Hello Hymalai,
SRAM CodeWarrior project doesn't include "printf" to make the debugged ELF file smaller, because CPC or L2 to SRAM is always in a small size. P4080DS CPC to SRAM is 1M, it could accommodate the ELF(with printf) and performing debug.
Please try to use the following method.
Please follow the bare board project wizards to create a "Download" project(RAM version), then change the lcf file as "e500mc_gcc-eabi_SRAM.lcf" from Project->Properties->C/C++ Build->Settings->PowerPC EABI e500mc C Linker->PowerPC Environment.
Please remember to change the initialization file as SRAM version "P4080DS_init_sram.tcl" from Run->Debug Configurations->Edit->Edit->Initialization->Initialize target script.
Have a great day,
Yiping
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------