From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6278 invoked by alias); 12 Mar 2002 17:45:47 -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 6176 invoked from network); 12 Mar 2002 17:45:39 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 12 Mar 2002 17:45:39 -0000 Received: by fw-cam.cambridge.arm.com; id RAA11987; Tue, 12 Mar 2002 17:45:37 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma011319; Tue, 12 Mar 02 17:44:45 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id RAA22585; Tue, 12 Mar 2002 17:44:45 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id RAA17149; Tue, 12 Mar 2002 17:44:44 GMT Message-Id: <200203121744.RAA17149@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Andrew Cagney cc: Richard.Earnshaw@arm.com, gdb@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: Results of a multi-build (not good) In-reply-to: Your message of "Tue, 12 Mar 2002 12:35:43 EST." <3C8E3C6F.9040706@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Mar 2002 09:45:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-03/txt/msg00110.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. These are all useful possibilities. Unfortunately, I don't have enough disk quota to leave that many builds lying around. So I have to clean up after each one. Anyway, you're free to do with the script whatever you want (within the constraints of the GPL :-) R.