Part Number: TMS570LS3137
Tool/software: TI C/C++ Compiler
Hi Team,
We are using .c and .cpp files in a program and generate the build from command line using ti-cgt-arm_18.1.1.LTS compiler. When we are not using the library rtsv7R4_T_le_v3D16_eabi.lib during linking time, getting the below error:
undefined
symbol
---------
Virtual function table for __cxxabiv1::__class_type_info
Virtual function table for __cxxabiv1::__si_class_type_info
Virtual function table for __cxxabiv1::__vmi_class_type_info
Want to know is there anything that can be done during compile/link time to avoid the above undefined references apart from defining it in our files to avoid error?