gdb with XML support on PPA

Asked by Beppe Ursino

Thanks for your works.

I installad the version for ubuntu lucid from PPA, but when I run:
$ arm-none-eabi-gdb
after connecting to target, with command:
(gdb) target extended-remote localhost:4242
It prints this warning:

"warning: Can not parse XML memory map; XML support was disabled at compile time"

After load and run, the debug doesn't work very well. I cannot break on main().

Please refer to this link to solve the problem: "https://github.com/texane/stlink/issues/72"
That is: to compile toolchain it is needed the package "libexpat1-dev" installed.

However I download the normal version (gcc-arm-none-eabi-4_7-2013q1, not from PPA) and the problem is not present.

Please update the PPA.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
Beppe Ursino
Solved:
Last query:
Last reply:
Revision history for this message
Terry Guo (terry.guo) said :
#1

Thank you for reporting issue. It's confirmed and we shall publish the update soon. The reason is that I forgot to mention libexpat1-dev in debian control file of this PPA package.

Revision history for this message
Terry Guo (terry.guo) said :
#2

Hi Beppe,

The updated tool chain is just published. Can you please help to confirm that it fixes this issue?

BR,
Terry

Revision history for this message
Beppe Ursino (giuseppe-ursino) said :
#3

Thanks!
It works now