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,

The error may be because of you are using a snapshot, The code in the
snapshots has generally been in the tree for approximately one month,
but that doesn't guarantee that anyone other than the implementor tested
it. I believe that community will fix it in the release.

Jitendra.
 
On Tue, 2005-01-25 at 15:41, Nitin Shah wrote:
> Hi,
> 
> I have downloaded the binutils source from the following link,
> 
> ftp://sources.redhat.com/pub/binutils/snapshots/
> 
> I have created different folders for build, prefix and source, name as build, prefix and source.
> Then I configured and make the binutils from the build folder as given below,
> cd build
> ./../source/binutils-050120/configure --target=sh-elf --prefix=/home/prefix
> make
> make install 
> 
> In this way I am able to build binutils-2.15 successfully, but geting mentioned error for binutils-050120.
> 
> 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: Jitendra Pawar [mailto:jitendra@linsyssoft.com]
> Sent: Tuesday, January 25, 2005 2:30 PM
> To: Nitin Shah
> Cc: binutils@sources.redhat.com
> Subject: RE: binutils-050120 build error
> 
> 
> Khem Raj <kraj <at> mvista.com> writes:
> 
> > 
> > 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
> 
> Hi,
> 
> It should work as suggested by Khem.
> If not then let me know from which place did you downloaded the 
> binutils build? 
> 
> - Jitendra
> 
> 
> > 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]