From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31449 invoked by alias); 12 Mar 2002 17:35:53 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31368 invoked from network); 12 Mar 2002 17:35:46 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 12 Mar 2002 17:35:46 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7E2A93E9F; Tue, 12 Mar 2002 12:35:43 -0500 (EST) Message-ID: <3C8E3C6F.9040706@cygnus.com> Date: Tue, 12 Mar 2002 09:35:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Richard.Earnshaw@arm.com Cc: gdb@sources.redhat.com Subject: Re: Results of a multi-build (not good) References: <200203121113.LAA09004@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-03/txt/msg00109.txt.bz2 > I've been asked if I could release the multi-build script. It's attached > below. > > Note that it only builds the debuggers, it doesn't run any tests on them. > To do that I would need to build and install about 36 sets of complete > tool chains, which I just don't have space for. Further, most of them > wouldn't be much use without either a simulator or a real piece of > hardware to test them on. > > You will need to tweak the variables at the top of the script to your > local configuration. Nice. Having a script to run is going to be easier than pointing at that awk. One tweak is to try starting each GDB after it is built - this catches many multi-arch problems. Having the script restartable (and leave around broken builds) can also be useful. Andrew