From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15500 invoked by alias); 15 Jan 2003 10:13:15 -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 15486 invoked from network); 15 Jan 2003 10:13:13 -0000 Received: from unknown (HELO suntana.fh-konstanz.de) (141.37.9.230) by 209.249.29.67 with SMTP; 15 Jan 2003 10:13:13 -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 LAA25424 for ; Wed, 15 Jan 2003 11:08:48 +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; Wed, 15 Jan 2003 11:13:34 +0100 Message-ID: <1042625614.3e25344e7f05b@webmail.fh-konstanz.de> Date: Wed, 15 Jan 2003 10:13:00 -0000 From: msarasa@fh-konstanz.de To: gdb@sources.redhat.com Subject: error building gcc , (simulators and targets...) 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/msg00256.txt.bz2 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! The goal of my efforts is to configure gdb to its use with a simulator, in order to see what should I do to configure my own undefined simulator for a new , not defined processor. Any ideas would be really wellcomed What could I read? Or analyze? Thank you very much. Miguel