From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4813 invoked by alias); 27 Aug 2005 23:15:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 4790 invoked by uid 22791); 27 Aug 2005 23:14:57 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 27 Aug 2005 23:14:57 +0000 Received: from drow by nevyn.them.org with local (Exim 4.52) id 1E99t1-00032k-Ee; Sat, 27 Aug 2005 19:14:55 -0400 Date: Sat, 27 Aug 2005 23:15:00 -0000 From: Daniel Jacobowitz To: "Steven J. Hill" Cc: gdb@sources.redhat.com Subject: Re: Broken --disable-gdbmi configure option for gdb HEAD. Message-ID: <20050827231455.GA11684@nevyn.them.org> Mail-Followup-To: "Steven J. Hill" , gdb@sources.redhat.com References: <4310F08F.9020204@realitydiluted.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4310F08F.9020204@realitydiluted.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-08/txt/msg00104.txt.bz2 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