17 Oct 2012, 12:41
Generic-user-small

C. W. (3 posts)

hi,

I am trying to port the cpputest for the TMS570 evaluation board. I already managed to compile a lib using the cross-compiler tms470 with the board specific compile flags.

Now I am trying to link against this library and I am getting some linking errors:

undefined                  first referenced                                                                                      
 symbol                        in file                                                                                           
-----                  ----------                                                                                      
__TI_Unwind_RaiseException C:/Programme/ti/ccsv5/tools/compiler/tms470_4.9.5/lib/rtsv7R4_T_be_v3D16_eabi.lib
__TI_Unwind_Resume         C:/Programme/ti/ccsv5/tools/compiler/tms470_4.9.5/lib/rtsv7R4_T_be_v3D16_eabi.lib
__TI_cxa_end_cleanup       C:/Programme/ti/ccsv5/tools/compiler/tms470_4.9.5/lib/rtsv7R4_T_be_v3D16_eabi.lib
__aeabi_unwind_cpp_pr0     ./source/AccuHandler/AccuHandlerTest.obj                                                              
__aeabi_unwind_cpp_pr1     C:/ccs_workspace/CppUTest/Debug/CppUTest.lib                                        
__cxa_allocate_exception   C:/ccs_workspace/CppUTest/Debug/CppUTest.lib                                               
__cxa_begin_catch          C:/ccs_workspace/CppUTest/Debug/CppUTest.lib                                               
__cxa_end_catch            C:/ccs_workspace/CppUTest/Debug/CppUTest.lib                                               
__cxa_throw                C:/ccs_workspace/CppUTest/Debug/CppUTest.lib

This all were done using the Code Composer Studio from TI.

Is there anybody who can help me with this.

Thanks and kind regards.

C.

19 Oct 2012, 14:50
Generic-user-small

C. W. (3 posts)

Solved.

  You must be logged in to comment