[U-Boot-Users] Re: [uClinux-dev] u-boot pre-loader and bdm helper files for M5282EVB
Bernhard Kuhn
bkuhn at metrowerks.com
Tue Jan 6 17:10:40 CET 2004
Stuart Wood wrote:
> mcf5xxx.S:72: Error: operands mismatch -- statement `move.l sp,al' ignored
I didn't used that file for the 5282 pre-bootloader. I adopted
boot.S from the 5272 pre-bootloader, instead.
> Also what goes the -r option mean in
>
> m68k-elf-gcc -r -o mcf5xxx.o mcf5xxx.s
"-o" would add startfiles and libc (which is
certainly not what you want in this context),
so you need to add "-r" to prevent that.
regards
Bernhard
More information about the U-Boot
mailing list