From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24637 invoked by alias); 16 Jan 2003 14:18:01 -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 24624 invoked from network); 16 Jan 2003 14:17:58 -0000 Received: from unknown (HELO suntana.fh-konstanz.de) (141.37.9.230) by sources.redhat.com with SMTP; 16 Jan 2003 14:17:58 -0000 Received: from localhost (s4502.fh-konstanz.de [141.37.9.242]) by suntana.fh-konstanz.de (8.9.3+Sun/8.9.3) with ESMTP id PAA16730; Thu, 16 Jan 2003 15:13:26 +0100 (MET) Received: from 212.62.199.50 ( [212.62.199.50]) as user msarasa@mail.fh-konstanz.de by webmail.fh-konstanz.de with HTTP; Thu, 16 Jan 2003 15:18:15 +0100 Message-ID: <1042726695.3e26bf277f021@webmail.fh-konstanz.de> Date: Thu, 16 Jan 2003 14:18:00 -0000 From: msarasa@fh-konstanz.de To: Daniel Jacobowitz Cc: Michael Elizabeth Chastain , ac131313@redhat.com, gdb@sources.redhat.com Subject: Re: error building gcc , (simulators and targets...) References: <200301151713.h0FHDXJ27116@duracef.shout.net> <1042711097.3e268239b7230@webmail.fh-konstanz.de> <1042721702.3e26aba686592@webmail.fh-konstanz.de> <20030116135000.GA21925@nevyn.them.org> In-Reply-To: <20030116135000.GA21925@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 212.62.199.50 X-SW-Source: 2003-01/txt/msg00290.txt.bz2 Zitat von Daniel Jacobowitz : > On Thu, Jan 16, 2003 at 01:55:02PM +0100, msarasa@fh-konstanz.de wrote: > > I made four directories for building Binutils , GCC , Newlib and Gdb , in > this > > order. > > They're called: > > build-gcc > > build-binutils > > build-newlib > > build-gdb > > > > I made also a folder h8300-elf-gnu to install there. > > > > Sources are contained in miguel/gnu > > > > I made > > cd build-newlib > > ../gnu/binutils/configure --prefix=/h8300-elf-gnu --target=h8300-elf > > > > There's no error message with this , but then I do > > Same problem. Try > > ../gnu/configure --prefix=/h8300-elf-gnu --target=h8300-elf > this wouldn't configure not only binutils but the whole gnu? I've made that , and seems like the configuration for all the stuff... Or , should I do this instead of one configure than one make for binutils , that for gcc... Is this the way to configure and Install gnu in one step? Thanks!!