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: Fail to build cygwin hosted cross compiler for mips


SeanChang wrote:
> 
>   Here are the error messages when I build the MIPS cross compiler.
> xgcc:installation problem,cannot exec 'mips-tfile':no such file or directory
> make[1]: *** [libgcc1-asm.a] Error 1
> make[1]: Leaving directory <My build directory of gcc>
> make: ***[all-gcc] Error 2
> 
>   How do I solve the problem?

 The MIPS-targets stupidly default to the native MIPS-as, so using the
'--with-gnu-as' during the configure is obligatory... Or fixing the
config files and disabling the MIPS-as selection...



------
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]