Team,
I have a customer who asks the following:
Hi,
I'm working with TMS320C6678. I'm facing a problem while using Crash Dump Analysis.
I followed the instructions in http://processors.wiki.ti.com/index.php/Crash_Dump_Analysis
to do the crash dump analysis. I use DSS method of crash analysis.
When I run the dss.sh script to decode the calltrace, I see only one or two level of
unwinding of the calltrace. I see below error while unwinding.
"<symbol is not available> PC = 0x1380A6A0 FP = 0x00823DB0
Unwind halted because no symbols are defined for 0x1380A6A0"
I have used below options to compile my code:
"-g -O3 --symdebug:dwarf --optimize_with_debug"
Please let me know if anything is obvious in the above observation. And a better way to
analyse the crash dump.