From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20745 invoked by alias); 22 Jan 2005 08:41:25 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 20536 invoked from network); 22 Jan 2005 08:41:08 -0000 Received: from unknown (HELO kraj-lap.mvista.com) (68.126.184.192) by sourceware.org with SMTP; 22 Jan 2005 08:41:08 -0000 Received: from imap.mvista.com (imap.mvista.com [127.0.0.1]) by kraj-lap.mvista.com (8.13.1/8.13.1) with ESMTP id j0M8f3FU015495; Sat, 22 Jan 2005 00:41:04 -0800 Subject: Re: binutils-050120 build error From: Khem Raj Reply-To: kraj@mvista.com To: Nitin Shah Cc: binutils@sources.redhat.com In-Reply-To: <665A345E8590B248990E9639348B519C129CE8@puntejas.kpit.com> References: <665A345E8590B248990E9639348B519C129CE8@puntejas.kpit.com> Content-Type: text/plain Organization: MontaVista Software Inc. Date: Sat, 22 Jan 2005 08:41:00 -0000 Message-Id: <1106383263.14499.9.camel@imap.mvista.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00350.txt.bz2 I hope you are not doing configure inside the src directory here is how I would do it. make a obj-binutils folder parallel to binutils src cd obj-binutils ../src/configure make you should call configure which is in src folder and not one in src/binutils -Khem On Fri, 2005-01-21 at 18:44 +0530, Nitin Shah wrote: > Hi, > I have taken following source code snapshots to build SH(ELF) toolchain, > 1. GCC(gcc-4.0-20050116). > 2. binutils(binutils-050120). > 3. newlib-1.12.0 (Dated 15/07/2004 from CVS). > Host:i686-pc-linux-gnu > > While building binutils, I am getting error as mentioned below. Kindly suggest how to remove this error. > > ************************************ Error Text****************************************************************** > checking for xgettext... /usr/bin/xgettext > updating cache ./config.cache > creating ./config.status > creating Makefile > creating config.h > make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/intl' > make[1]: Entering directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd' > make[1]: *** No rule to make target `all'. Stop. > make[1]: Leaving directory `/home/nitins2/build/sh-elfbld4.0-20050116/build-binutils-050120/bfd' > make: *** [all-bfd] Error 2 > **************************************************************************************************** > > Thanks in advance. > > Regards, > Nitin Shah. > KPIT Cummins InfoSystems Ltd. > Pune, India > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Free download of GNU based tool-chains for Renesas' SH and H8 Series. > The following site also offers free technical support to its users. > Visit http://www.kpitgnutools.com for details. > Latest versions of KPIT GNU tools are released on October 1, 2004. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~