From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 685 invoked by alias); 12 Jan 2005 02:00:27 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 548 invoked from network); 12 Jan 2005 02:00:20 -0000 Received: from unknown (HELO dair.pair.com) (209.68.1.49) by sourceware.org with SMTP; 12 Jan 2005 02:00:20 -0000 Received: (qmail 78616 invoked by uid 20157); 12 Jan 2005 02:00:20 -0000 Date: Wed, 12 Jan 2005 02:00:00 -0000 From: Hans-Peter Nilsson X-X-Sender: hp@dair.pair.com To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [commit/sim] switch autoconf 2.59 In-Reply-To: <41E47C74.3050607@gnu.org> Message-ID: References: <41DF55E5.7010307@gnu.org> <41E43F98.1010601@gnu.org> <41E47C74.3050607@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-01/txt/msg00080.txt.bz2 On Tue, 11 Jan 2005, Andrew Cagney wrote: > Hans-Peter Nilsson wrote: > > On Tue, 11 Jan 2005, Andrew Cagney wrote: > >>Before commiting this I did a full cross build (using gdb_mbuild.sh). > > Looks like that only builds gdb. > > Why do you say that (yes I can read the subject)? It builds the GDB the > source tree (which includes the sim) and typically GDB won't link if the > sim build fails? Ah, well, then I'm fresh out of wild guesses why it wasn't noticed that the frv sim (and presumably all CGEN targets and SIM_AC_OUTPUT users) fails building. To make sure nothing had crept in locally, I just rechecked; checked out a brand new "gdb" and did "$srcdir/configure --target=frv-elf && make all" elsewhere. Host is i686-pc-linux-gnu (FC2), but I see this on Debian Woody too: ... (from $build/sim) configure: configuring in frv configure: running /bin/sh '/home/hp/newgdb/src/sim/frv/configure' --prefix=/usr/local '--cache-file=./config.cache' '--build=i686-pc-linux-gnu' '--host=i686-pc-linux-gnu' '--target=frv-elf' '--program-transform-name=s,^,frv-elf-,; ' '--srcdir=/home/hp/newgdb/src/sim' 'CC=gcc' 'CFLAGS=-g -O2' 'LDFLAGS=' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'target_alias=frv-elf' --cache-file=.././config.cache --srcdir=/home/hp/newgdb/src/sim/frv configure: loading cache .././config.cache configure: error: cannot run configure: error: /bin/sh '/home/hp/newgdb/src/sim/frv/configure' failed for frv Re-doing the configure and make step, changing the "all" to "all-gdb" (as in gdb_mbuild.sh), causes the same failure. brgds, H-P