This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Friday 24 September 2010 13:58:08, Ulrich Weigand wrote:
Note that GDB issues a warning at connect time in that case:Usually, gdbserver will inform GDB via the remote protocol about the set of registers supported on the platform, and GDB is supposed to automatically take that information into account.
However, this requires that GDB is built to include XML support to parse this configuration information; if the expat libraries were not available when you built GDB, the configure process might have decided to build GDB without XML support instead ... Can you try rebuilding with the --with-expat configure option? This will cause the build to fail if XML support is not available.
"Can not parse XML target description; XML support was disabled at compile time"
-- ------------------------------------------------------------------------ Will Wagner will_wagner@carallon.com Development Manager Office Tel: +44 (0)20 7371 2032 Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA ------------------------------------------------------------------------
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |