From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29120 invoked by alias); 16 Jan 2003 15:20:23 -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 28841 invoked from network); 16 Jan 2003 15:20:16 -0000 Received: from unknown (HELO suntana.fh-konstanz.de) (141.37.9.230) by sources.redhat.com with SMTP; 16 Jan 2003 15:20:16 -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 QAA00901; Thu, 16 Jan 2003 16:15:41 +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 16:20:30 +0100 Message-ID: <1042730430.3e26cdbe2e714@webmail.fh-konstanz.de> Date: Thu, 16 Jan 2003 15:20: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> <1042726695.3e26bf277f021@webmail.fh-konstanz.de> <20030116143123.GA22476@nevyn.them.org> In-Reply-To: <20030116143123.GA22476@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/msg00292.txt.bz2 Zitat von Daniel Jacobowitz : > On Thu, Jan 16, 2003 at 03:18:15PM +0100, msarasa@fh-konstanz.de wrote: > > 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? > > Yes, you configure everything at once. Then you can just say "make". > > -- > Daniel Jacobowitz > MontaVista Software Debian GNU/Linux Developer > I've just made that , but: I didn't get an executable looking like h8300-elf-gdb I ran gdb, but I still have no success with "target sim" command , even though this processor should have a built-in simulator. Thanks again!