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]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]