Hi, all,
I'm working with C674x and CCS5.3. Now I met 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.
When I typed the following command in the Scripting Console, it reported such error:
Initializing ... (Completed)
js:> eval "GEL_SystemRestoreState(\"D:\\test_dss.txt\")"
org.mozilla.javascript.EvaluatorException: illegal character
js:>
The data file is something like the following:
521177 103
R A0 0x0000000B 0x00000001
......
M 0x00000000 0x8B0161B0 0x184
0x02
0xCD
......
Is there anything I miss ?
Thanks.