From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6417 invoked by alias); 15 Jan 2003 16:13:11 -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 6399 invoked from network); 15 Jan 2003 16:13:09 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by 209.249.29.67 with SMTP; 15 Jan 2003 16:13:09 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 34F103EDB; Wed, 15 Jan 2003 11:13:00 -0500 (EST) Message-ID: <3E25888B.8050607@redhat.com> Date: Wed, 15 Jan 2003 16:13:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: msarasa@fh-konstanz.de Cc: Daniel Jacobowitz , gdb@sources.redhat.com Subject: Re: error building gcc , (simulators and targets...) References: <1042625614.3e25344e7f05b@webmail.fh-konstanz.de> <20030115132205.GA18360@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00261.txt.bz2 > 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/. Yep. Too many posts like this are showing up :-( This suggests a doco problem somewhere? Miguel, which documentation were you following when doing this? Andrew