Tool/software: TI C/C++ Compiler
Hello Support,
I have enabled "-mo" compilation option in the make file to detect dynamic stack overflow and upon rebuilding my project ended up with the following error:
undefined first referenced
symbol in file
--------- ----------------
handle_stkovf ..\..\..\SOURCE\LIB\Compiler_TDA2EX\Startup_Files_ti_cgt_arm_V525\lib\rtsv7M4_T_le_eabi.lib<stkchk_t2.obj>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "..\Obj\Application.elf" not
built
>> Compilation failure
make.exe: *** [Application.elf] Error 1
It seems that the definition of "handle_stkovf" is not present in the libraries provided with CCS7 compiler. This error gets resolve if I add a stub definition of the function "handle_stkovf" in my application. Does "-mo" option support in CCS7 compiler? Or any alternative way to get rid of this issue?
CCS version: CCS7
Compiler used: ti-cgt-arm_16.9.2.LTS
Controller: TDA2EX
Thanks in advance,
Sandeep Bopche