This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CODECOMPOSER: DWARF Information is corrupted

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: AM6548

Tool/software: Code Composer Studio

Hello,

I have a problem with loading of ELF file in Code Composer Studio 8.1.0

when I try to load program to AM6548, comes out an error message: encountered a program loading file xxxxxxxx.out DWARF information is corrupted.

I have tried the command "obidump  -dwarf xxx.out" and "obidump  -D xxx.out", I find it's OK ,

though there is an error message , after loading, program can work successfully.

but I cannot dubug the it,

would you please help me with it ? I have uploaded the .out file.

A53usbtest.rar

With best regards

Hope Chen

  • Hello Hope,
    This is a known issue:
    e2e.ti.com/.../2822486

    Unfortunately we do not have a resolution yet

    ki
  • Hi Ki-Soo

    Thanks for your answer.
    According to other question(e2e.ti.com/.../2822486),
    I know that it's a bug, I want to know some more information about this.
    Which product's bug caused this?
    CCS or Compiler or AM6548_EVM board?

    and I find that now all the source load into A53 has this issue,
    would you please tell me what kind of source would cause this issue?

    Best Regards
    Hope Chen
  • The issue is likely with the GCC compiler. It is generating invalid/corrupted debug information, hence the debugger is unable to resolve the symbols.