[U-Boot-Users] Re: MIPS LE build problems

Matej Kupljen matej.kupljen at ultra.si
Wed Aug 10 09:43:14 CEST 2005


Hi

> > How can we determine that?
> 
> Why do we have to? The only one who needs this type of information is
> the toolchain, and it knows.

Correct. :-)

So, if (for example) if you would like to build the LE version:
# CROSS_COMPILE=mipsel-linux-gcc make dbau1200_config
# make

and BE:
# CROSS_COMPILE=mips-linux-gcc make dbau1200_config
# make

But, this way you need two toolchains :-(

How about if you would specify the endianness when you do a config.
Like:
# CROSS_COMPILE=mipsel-linux-gcc ENDIANNESS=LE make dbau1200_config
# make

Comments?

BR,
Matej





More information about the U-Boot mailing list