[U-Boot-Users] linking u-boot for mips little endian w/ hardhat tools.
Wolfgang Denk
wd at denx.de
Fri Oct 8 22:28:14 CEST 2004
In message <200410081126.38970.msundius at sundius.com> you wrote:
>
> OUTPUT_FORMAT("elf32-tradlittlemips", "elf32-tradlittlemips",\
> "elf32-tradlittlemips")
> if changed to:
> OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradbigmips")
> will allow me to compile and link fine...
>
> my question is then:
>
> 1) what does this really do?
Maybe it changes the output format from little endian to big endian?
> 2) if I'm using a little endian cpu, do I really need it set to
> elf32-tradlittlemips?
Depending on your toolchain, yes.
> 3) if so how do I solve my problem?
Use different tools?
> 4) if not why?
Why what?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
It is dangerous to be right on a subject on which the established
authorities are wrong. -- Voltaire
More information about the U-Boot
mailing list