From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10893 invoked by alias); 2 Nov 2005 23:35:08 -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 10850 invoked by uid 22791); 2 Nov 2005 23:35:02 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 23:35:02 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jA2NYwBo016426; Thu, 3 Nov 2005 00:34:58 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jA2NYvl0029351; Thu, 3 Nov 2005 00:34:57 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jA2NYv39004939; Thu, 3 Nov 2005 00:34:57 +0100 (CET) Date: Wed, 02 Nov 2005 23:35:00 -0000 Message-Id: <200511022334.jA2NYv39004939@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: gdb@sources.redhat.com In-reply-to: <20051102181756.GB979@adacore.com> (message from Joel Brobecker on Wed, 2 Nov 2005 10:17:56 -0800) Subject: Re: Status on cross builds References: <20051102181756.GB979@adacore.com> X-SW-Source: 2005-11/txt/msg00048.txt.bz2 > Date: Wed, 2 Nov 2005 10:17:56 -0800 > From: Joel Brobecker > > 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 This is an interresting list. It might be a bit biased by the version of GCC used by Joel, but it either means that these targets aren't properly maintained, or that its maintainer needs to be educated about -Werror. Or perhaps we should enable -Werror by default on the main branch. Anyway, we should consider these targets aa candidates for removal after 6.4. > * Build fails, even without -Werror: > ms1-elf: compile failed > configure: error: "*** Gdb does not support target ms1-unknown-elf" Kevin, looks like you forgot to check in some crucial part for ms1. Mark