From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21006 invoked by alias); 15 Jan 2003 13:21: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 20999 invoked from network); 15 Jan 2003 13:21:45 -0000 Received: from unknown (HELO crack.them.org) (65.125.64.184) by 209.249.29.67 with SMTP; 15 Jan 2003 13:21:45 -0000 Received: from nevyn.them.org ([66.93.61.169] ident=mail) by crack.them.org with asmtp (Exim 3.12 #1 (Debian)) id 18YpMr-0002mK-00; Wed, 15 Jan 2003 09:22:13 -0600 Received: from drow by nevyn.them.org with local (Exim 3.36 #1 (Debian)) id 18YnUc-00064Z-00; Wed, 15 Jan 2003 08:22:06 -0500 Date: Wed, 15 Jan 2003 13:21:00 -0000 From: Daniel Jacobowitz To: msarasa@fh-konstanz.de Cc: gdb@sources.redhat.com Subject: Re: error building gcc , (simulators and targets...) Message-ID: <20030115132205.GA18360@nevyn.them.org> Mail-Followup-To: msarasa@fh-konstanz.de, gdb@sources.redhat.com References: <1042625614.3e25344e7f05b@webmail.fh-konstanz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1042625614.3e25344e7f05b@webmail.fh-konstanz.de> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-01/txt/msg00257.txt.bz2 On Wed, Jan 15, 2003 at 11:13:34AM +0100, msarasa@fh-konstanz.de wrote: > > I'm trying to build gcc for a specific target : m68k for example > as I do: > make all > I get this error message: > > miguel@stefan:~/gcc_sim/build-binutils > make all > make all-recursive > make[1]: Entering directory `/home/miguel/gcc_sim/build-binutils' > Making all in doc > make[2]: Entering directory `/home/miguel/gcc_sim/build-binutils/doc' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/miguel/gcc_sim/build-binutils/doc' > Making all in po > make[2]: Entering directory `/home/miguel/gcc_sim/build-binutils/po' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/miguel/gcc_sim/build-binutils/po' > make[2]: Entering directory `/home/miguel/gcc_sim/build-binutils' > make[2]: *** No rule to make target `../bfd/bfd.h', needed by `size.o'. Stop. > make[2]: Leaving directory `/home/miguel/gcc_sim/build-binutils' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/miguel/gcc_sim/build-binutils' > make: *** [all-recursive-am] Error 2 > > What should I do? I'm really a begginer! I think you ran the wrong configure script. You need to run the one in the top level, not the one under gdb/ or binutils/. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer