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.

TMS570LC4357: CCS Debugger issue - can't see call stack and i can't use Step Into debug function (GCC Linaro compiler)

Part Number: TMS570LC4357

Hello,

I built a project using:
- CCS 10.4.0 (Windows)
- GNU v7.2.1p1 (Linaro)
- Target arch: armv7-r
- Tuned for: cortex-r5

Build was successful and i've loaded the program with the following message:

CortexR5: Symbol Manager: the object file contains invalid call frame information at .debug_frame 0x0; the rest of call frame information will be skipped. Callstack may not be unwound properly.

I can't see call stack and i can't use Step Into debug function (it just skips over any function calls) the only way to step into function is by using Assembly Step Into. Everything else seems to work fine.
I've tried to change DWARF version and other debugging flags as well as optimization levels (none, -Og).

Please help,

Radek