Other Parts Discussed in Thread: TMS570LS3137
Hi,
TMS570LS3137, Code Composer Studio Version: 5.2.1.00018, Compiler TI v5.0.2
I have problem with library without debug symbols:
1. When i build a library with the Debugging model: Full symbolyc debug (--symdebug:dwarf, -g) the application run perfect and without problem.
-mv7R4 --code_state=32 --float_support=VFPv3D16 --abi=eabi -g --include_path="C:/ti/ccsv5/tools/compiler/tms470_5.0.2/include" --diag_warning=225 --display_error_number --diag_wrap=off --enum_type=packed
2. When i build the library without the Debugging symbols the application crash from time to time.
-mv7R4 --code_state=32 --float_support=VFPv3D16 --abi=eabi --include_path="C:/ti/ccsv5/tools/compiler/tms470_5.0.2/include" --diag_warning=225 --display_error_number --diag_wrap=off --enum_type=packed
Any idea how to use libraries without debug symbolic?
Regards,