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

See the CrossGCC FAQ for lots more information.


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

RE: Unrecognized option '-G'




  Please, show the exact commands you are using to both configure and
build binutils and gcc.  This seems like a problem in the configure
stage.  It could be that since you configured and started the build before
you had installed the binutils, configure got confused, so it might be
that you need to wipe out your gcc build directory and start again.

     DaveK

-- 
 All your base are belong to us!
 

>-----Original Message-----
>From: Manikandan.V [mailto:manikv@hclt.com]
>Sent: 21 March 2001 11:49
>To: David Korn; Crossgcc
>Subject: RE: Unrecognized option '-G'
>
>
>Hi David,
>
>Sorry for disturbing you again and again. Since, am new to gcc 
>build, things
>are not clear to me.
>Again it is issuing the below error. Like it is not able to find the
>mips-tfile...,
>
>-DL${name} libgcc1.S; \
>  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
>  mv libgcc1.o ${name}.o; \
>  mips-elf-ar rc tmplibgcc1.a ${name}.o; \
>  rm -f ${name}.o; \
>done
>_m16addsf3
>xgcc: installation problem, cannot exec `mips-tfile': No such file or
>directory
>make[1]: *** [libgcc1-asm.a] Error 1
>make[1]: Leaving directory `/tmp/build/gcc/gcc'
>make: *** [all-gcc] Error 2
>
>
>Tons of greats for your help.
>
>Cheers,
>Mani
>
>
>-----Original Message-----
>From: crossgcc-owner@sources.redhat.com
>[mailto:crossgcc-owner@sources.redhat.com]On Behalf Of David Korn
>Sent: Wednesday, March 21, 2001 5:09 PM
>To: 'Manikandan.V'; Crossgcc
>Subject: RE: Unrecognized option '-G'
>
>
>
>
>>Do I have to copy all the exec above mentioned in to the
>>/usr/local/bin...
>
>  Yes, kind of!  But you need not do it manually; the install 
>is done by
>the makefile.  When you built binutils, you said 'make all'; that only
>builds but does not install.  Just change into the /tmp/build/binutils
>directory again and say 'make install'.  Until the binutils 
>are installed,
>gcc cannot find them when it is building it's own libraries (which are
>for the target, and so need to use the cross binutils, and so those
>cross binutils must be installed and in your path so gcc can 
>find them).
>
>     DaveK
>
>--
> All your base are belong to us!
>
>
>**********************************************************************
>This email and any files transmitted with it are confidential and
>intended solely for the use of the individual or entity to whom they
>are addressed. If you have received this email in error please notify
>the system manager.
>
>This footnote also confirms that this email message has been swept by
>MIMEsweeper for the presence of computer viruses.
>
>www.mimesweeper.com
>**********************************************************************
>
>------
>Want more information?  See the CrossGCC FAQ, 
>http://www.objsw.com/CrossGCC/
>Want to unsubscribe? Send a 
>note to
>crossgcc-unsubscribe@sourceware.cygnus.com
>
>
>------
>Want more information?  See the CrossGCC FAQ, 
>http://www.objsw.com/CrossGCC/
>Want to unsubscribe? Send a 
>note to crossgcc-unsubscribe@sourceware.cygnus.com
>


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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