Code Composer Studio Version: 5.5.0.00077; TM4C123 processor; TivaWare_C_Series-2.0.1.11577.
I want to be able to detect stack overflow issues. I enabled -mo option on the Runtime Options page of the compiler properties page and upon rebuilding my project ended up with the following error:
unresolved symbol handle_stkovf, first referenced in C:\ti\ccsv5\tools\compiler\arm_5.1.1\lib\rtsv7M4_T_le_v4SPD16_eabi.lib<stkchk_t2.obj>
1. Am I approaching the goal correctly; enabling the -mo option?
2. If so, what do I need to do to get this object file to link with my project.
Thanks