This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Broken --disable-gdbmi configure option for gdb HEAD.
- From: "Steven J. Hill" <sjhill at realitydiluted dot com>
- To: gdb at sources dot redhat dot com
- Date: Sat, 27 Aug 2005 18:00:31 -0500
- Subject: Broken --disable-gdbmi configure option for gdb HEAD.
Greetings.
I was attempting to build gdb for an embedded target with the
'--disable-gdbmi' option and the build failed in 'gdb/breakpoint.c'
due to the missing function 'async_reason_lookup' which is defined
in 'mi/mi-common.[ch]'. Is this a bug or how do I work around this
problem? Here are the related options that I am configuring with:
--without-uiout
--disable-gdbmi
--disable-tui
--disable-gdbtk
--without-x
Or maybe I cannot specify all of these at the same time with the
latest gdb. This works fine for gdb-6.3. Thanks in advance.
-Steve