From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8241 invoked by alias); 16 Jan 2003 12:54:50 -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 8223 invoked from network); 16 Jan 2003 12:54:47 -0000 Received: from unknown (HELO suntana.fh-konstanz.de) (141.37.9.230) by sources.redhat.com with SMTP; 16 Jan 2003 12:54:47 -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 NAA27967; Thu, 16 Jan 2003 13:50:13 +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 13:55:02 +0100 Message-ID: <1042721702.3e26aba686592@webmail.fh-konstanz.de> Date: Thu, 16 Jan 2003 12:54:00 -0000 From: msarasa@fh-konstanz.de To: msarasa@fh-konstanz.de Cc: Michael Elizabeth Chastain , ac131313@redhat.com, drow@mvista.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> In-Reply-To: <1042711097.3e268239b7230@webmail.fh-konstanz.de> 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/msg00288.txt.bz2 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 make all and comes: miguel@stefan:~/build-binutils > make all make all-recursive make[1]: Entering directory `/home/miguel/build-binutils' Making all in doc make[2]: Entering directory `/home/miguel/build-binutils/doc' if test -f cxxfilt.man; then \ man=cxxfilt.man; \ else \ man=../../gnu/binutils/doc/cxxfilt.man; \ fi; \ sed -e 's/@PROGRAM@/c++filt/' \ -e 's/cxxfilt/c++filt/' < $man \ > c++filt.1 make[2]: Leaving directory `/home/miguel/build-binutils/doc' Making all in po make[2]: Entering directory `/home/miguel/build-binutils/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/miguel/build-binutils/po' make[2]: Entering directory `/home/miguel/build-binutils' make[2]: *** No rule to make target `../bfd/bfd.h', needed by `size.o'. Stop. make[2]: Leaving directory `/home/miguel/build-binutils' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/miguel/build-binutils' make: *** [all-recursive-am] Error 2 What I'm doing wrong?? Why don't I have these headers? should I get other fonts? Thank you!