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]

Re: Broken --disable-gdbmi configure option for gdb HEAD.


On Sat, Aug 27, 2005 at 06:00:31PM -0500, Steven J. Hill wrote:
> 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.

Drop --disable-gdbmi.  It should be removed.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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