From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6122 invoked by alias); 7 Nov 2005 19:43:06 -0000 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 Received: (qmail 6063 invoked by uid 22791); 7 Nov 2005 19:43:02 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 07 Nov 2005 19:43:02 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jA7Jh01k003097 for ; Mon, 7 Nov 2005 14:43:00 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jA7Jh0V31913 for ; Mon, 7 Nov 2005 14:43:00 -0500 Received: from localhost.localdomain (vpn50-70.rdu.redhat.com [172.16.50.70]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jA7JgxLe024149 for ; Mon, 7 Nov 2005 14:42:59 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jA7JgsvR005592 for ; Mon, 7 Nov 2005 12:42:54 -0700 Date: Mon, 07 Nov 2005 19:43:00 -0000 From: Kevin Buettner To: gdb@sources.redhat.com Subject: Re: Status on cross builds Message-ID: <20051107124254.53be3783@ironwood.lan> In-Reply-To: <20051102181756.GB979@adacore.com> References: <20051102181756.GB979@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-11/txt/msg00159.txt.bz2 On Wed, 2 Nov 2005 10:17:56 -0800 Joel Brobecker wrote: > Just as a sanity check before creating the 6.4 branch, I ran the > gdb_mbuild.sh script. Here are the results: > > * Build fails, but succeeds if we remove -Werror: > arm-elf: compile failed > avr: compile failed > frv-elf: compile failed > h8300-elf: compile failed > ia64-linux-gnu: compile failed > m32r-elf: compile failed > m68hc11-elf: compile failed > mips-elf: compile failed > sh-elf: compile failed > v850-elf: compile failed I'll take a look at ia64-linux-gnu and frv-elf. Do you want -Werror cleanups applied to both the release branch and mainline or mainline only? > * Build fails, even without -Werror: > ms1-elf: compile failed > configure: error: "*** Gdb does not support target ms1-unknown-elf" This is very strange. I just did a clean checkout and managed to build ms1-elf _with_ -Werror. (I did the build on a Fedora Core 3 machine if that matters.)