From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10125 invoked by alias); 11 Jan 2010 09:29:34 -0000 Received: (qmail 10114 invoked by uid 22791); 11 Jan 2010 09:29:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 09:29:29 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0B9TSpx020688 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 11 Jan 2010 04:29:28 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0B9TIqT006536 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Jan 2010 04:29:26 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o0B9TFUr027506; Mon, 11 Jan 2010 10:29:15 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o0B9T8lf027502; Mon, 11 Jan 2010 10:29:08 +0100 Date: Mon, 11 Jan 2010 09:29:00 -0000 From: Jan Kratochvil To: Hui Zhu Cc: gdb@sourceware.org Subject: Re: --enable-targets=all cannot work with bfd? Message-ID: <20100111092907.GA27357@host0.dyn.jankratochvil.net> References: <20100111034437.GA28673@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00106.txt.bz2 On Mon, 11 Jan 2010 04:58:46 +0100, Hui Zhu wrote: > $ ../src/configure --disable-sid --disable-rda --disable-binutils > --disable-gas --disable-ld --disable-gprof --enable-targets=all > --enable-64-bits-bfd ^ typo bits->bit amd64: not in executable format: File format not recognized arm: not in executable format: File format is ambiguous For arm it is something more specific. Regards, Jan > On Mon, Jan 11, 2010 at 11:44, Daniel Jacobowitz wrote: > > On Mon, Jan 11, 2010 at 11:25:05AM +0800, Hui Zhu wrote: > >> What I miss? > > > > Try --enable-64-bit-bfd. > > > > -- > > Daniel Jacobowitz > > CodeSourcery > >