From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29401 invoked by alias); 2 Nov 2005 18:18:04 -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 29371 invoked by uid 22791); 2 Nov 2005 18:17:58 -0000 Received: from s142-179-108-108.bc.hsia.telus.net (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 02 Nov 2005 18:17:58 +0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 9DF7747E6B; Wed, 2 Nov 2005 10:17:56 -0800 (PST) Date: Wed, 02 Nov 2005 18:18:00 -0000 From: Joel Brobecker To: gdb@sources.redhat.com Subject: Status on cross builds Message-ID: <20051102181756.GB979@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2005-11/txt/msg00042.txt.bz2 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 Andrew Stubbs just committed a patch so sh-elf should now compile with -Werror. * Build fails, even without -Werror: ms1-elf: compile failed configure: error: "*** Gdb does not support target ms1-unknown-elf" * Build fails, even without -Werror: sh64-elf: compile failed make[1]: *** No rule to make target `../sim/sh64/libsim.a', needed by `gdb'. Stop. I haven't had time to look at the two real build failures, but I don't think we should delay the branch for them. Similarly, being able to build all the cross configurations above without warnings is not, in my opinion, a must have for the release. It would be nice to have everything fixed in head, though. -- Joel