This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: binutils-050120 build error


Hi,
Yes, I have created a different folder for build and building the binutils from this build folder, I am able to build binutils-2.15 but in case of binutils-050120 I am getting the error mentioned below.


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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 




-----Original Message-----
From: Khem Raj [mailto:kraj@mvista.com]
Sent: Saturday, January 22, 2005 2:11 PM
To: Nitin Shah
Cc: binutils@sources.redhat.com
Subject: Re: binutils-050120 build error


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 <your options>
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.
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]