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.

Problem loading local variables debug info from DWARF-3



Hi,

I have CCS5.4 installed. I'm compiling for AM335x with "-g -gdwarf-3 -gstrict-dwarf".
There is some problem loading debug info of local variables in some functions. CSS displays the following message: "Error: unresolved location: unknown Reg ID 0xffffffff".

If I compile with -gdwarf-2 instead, it works fine.

I inspected the dwarf info in both cases manually using the "arm-none-eabi-objdump.exe --dwarf Test.out" command. The info about these specific variables seems to be fine and same in both cases.

Any advice what the problem could be?

Best,
Vasili

P.S. Any chance that the of relevant component of CCS is open sourced?