From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: rutt@tensilica.com Cc: egcs@cygnus.com Subject: Re: Problems building a cross compiler (toolchain) Date: Mon, 30 Mar 1998 16:18:00 -0000 Message-id: <199803310017.QAA10534@rtl.cygnus.com> References: <199803251718.MAA01329@gertie.ma.tensilica.com> X-SW-Source: 1998-03/msg01009.html I'm trying to build a cross compiler i686-linux -> mips-elf. xgcc: installation problem, cannot exec `mips-tfile': No such file or directory You have to use --with-gnu-as when configuring a cross compiler to the mips. You probably should use --with-gnu-ld also for good measure. mips-tfile will not be needed if you do this. Jim