Toolchain:
- We are currently building using the tiarmclang compiler for a TI ARM R5 running FreeRTOS.
- We are using the toolset under ti-processor-sdk-rtos-j721-evm-08_05_00_11/ti-cgt-armllvm_1.3.0.LTS.
The issue:
- I am trying to use the calls in unwind.h to generate a backtrace. I include unwind.h but get undefined symbol linker errors for:
- _Unwind_Backtrace
- _Unwind_VRS_Get function calls.
I have tried linking with all the libraries under toolset but to no avail.
Any suggestions ? Do I have to rebuild the toolchain with different settings for these functions to be built ? The toolchain we have was taken straight out of the box and was not built by TI.