Hi,
i am trying to cross-compile the CppUTest framework for the TMS570. Therefor I compiled an static lib.
Right now I am trying to link against this lib. But I am getting some unresolved symbols errors.
unresolved symbol __TI_Unwind_Resume, first referenced in C:/Programme/ti/ccsv5/tools/compiler/tms470_4.9.5
The CppUTest framework uses exception. Therefor I enabled exception handling.
Are there any issues related to enabling exceptions and linking against the rtsv7R4_T_be_v3D16_eabi.lib.
So I am open for some advices.
Constantin