From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 720 invoked by alias); 14 Nov 2006 13:52:25 -0000 Received: (qmail 711 invoked by uid 22791); 14 Nov 2006 13:52:24 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 14 Nov 2006 13:52:20 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Gjyi1-0001ed-70; Tue, 14 Nov 2006 08:52:17 -0500 Date: Tue, 14 Nov 2006 13:52:00 -0000 From: Daniel Jacobowitz To: Tom Kirkpatrick Cc: gdb@sourceware.org Subject: Re: GCC_NO_EXECUTABLES Message-ID: <20061114135217.GA6334@nevyn.them.org> Mail-Followup-To: Tom Kirkpatrick , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00087.txt.bz2 On Tue, Nov 14, 2006 at 09:05:07AM +0000, Tom Kirkpatrick wrote: > Hi, > > I'm trying to cross-compile gdb 6.4 for an x86 target but do not seem > to be able to get past configuration, which dies with the following: > > | NOTE: make SUBDIRS=intl mmalloc libiberty opcodes bfd sim gdb etc > utils Just use make all-gdb. You've omitted your configure line which is more likely to be the problem. If you're getting a GCC_NO_EXECUTABLES error, then configure tried to use $CC to link a test program and failed. -- Daniel Jacobowitz CodeSourcery