[U-Boot] uboot on microblaze, compilation error
Horst Gall
hg at gall-edv.com
Wed Mar 17 19:36:38 CET 2010
Hi,
I try to compile an actual version of u-boot for xilinx microblaze.
The linker ends with the error-message:
... mb-ld.real:u-boot.lds:1: parse error
In u-boot main-directory I found the file 'u-boot.lds':
OUTPUT_ARCH(1)
ENTRY(_start)
...
cpu/1/start.o (.text)
...
When I change the "1" to "microblaze" it works:
OUTPUT_ARCH(microblaze)
ENTRY(_start)
...
cpu/microblaze/start.o (.text)
...
After "make ...config" my modification is overwritten.
How can I fix this problem?
Best regards
Horst Gall
More information about the U-Boot
mailing list