How to build a cross compiler from x86 linux to mips little endian linux
Pete Buechler
peterb@suse.com
Thu Jan 4 10:39:00 GMT 2001
On Saturday 04 November 2000 07:38 am, Qingbo Wu wrote:
> Hi, all,
>
> I want to build a cross compiler from X86 linux to mips
> little endian linux. But I do not know how to change
> configure, then the gcc-2.95.2 can support little endian
> mips linux. If someone knows, please help me.
> Thanks in advance!
gcc-2.95.2 is broken for the mips target, you need to use an older
version of the compiler. The linux-vr project uses egcs-1.03a. I
suggest you take a look at http://www.linux-vr.org/tools.html . But if
MIPS worked then the correct configuration option would be
--target=mipsel-linux
--
Pete Buechler
Developer, SuSE Labs
peterb@suse.com
http://www.suse.com/~peterb
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
More information about the crossgcc
mailing list