Hi,
There is no mechanism to check stack overflow. However, I would like to suggest you to fill the last selected part of stack by selected constant and run the code to see how large stack is used in reality.
You can use command FILL in the prm file for this purpose. Description of the command can be found in MCU_Build_Tools_Utilities.pdf manulal which can be found in the CodeWarrior(installation dir)->Help->PDF directory.
BTW; information about stack should be problematic, because none of compilers is able to recognize what you are actually put onto stack and what you are doing with SP.
Best regards,
Ladislav