Hey guys,
when compiling a project with dwarf output, I would assume that I'm able to load the symbolic information into GDB.
Currently this is not possible at all. GDB crashes when it tries to load the symbolic information from the internal objects.
I'm using CCS in the latest version with the latest version of the TI ARM CGT and GCC ARM toolchains (provided via TI CCS).
Here are the steps to reproduce the issue:
- Generate a 'Hello World' project for the TMS570LS3137 with CCS and choose the TI ARM CGT as toolchain
- Leave everything at the default settings
- Compile and link the project
- Open arm-none-eabi-gdb.exe
- load the generated out file with 'file hello.out'
- force a source list by giving the command 'list'
- GDB crashes
By the way: I'm using Windows 8.1 if this is from any importance.
Is there any known issue or do I need to take care of some special steps?
Thanks in advance.
Regards,
Michael