public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] uboot on microblaze, compilation error
@ 2010-03-17 18:36 Horst Gall
  2010-03-17 19:16 ` Wolfgang Denk
  2010-03-17 23:08 ` Mike Frysinger
  0 siblings, 2 replies; 15+ messages in thread
From: Horst Gall @ 2010-03-17 18:36 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-03-22 21:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 18:36 [U-Boot] uboot on microblaze, compilation error Horst Gall
2010-03-17 19:16 ` Wolfgang Denk
2010-03-17 23:08 ` Mike Frysinger
2010-03-18  9:29   ` Michal Simek
2010-03-19  1:11     ` Mike Frysinger
2010-03-19  7:21       ` Michal Simek
2010-03-19 16:59         ` Mike Frysinger
2010-03-21 20:00       ` Wolfgang Denk
2010-03-21 22:20         ` Mike Frysinger
2010-03-21 22:45           ` Wolfgang Denk
2010-03-22  6:54             ` Mike Frysinger
2010-03-22 11:18               ` Wolfgang Denk
2010-03-22 21:29                 ` Mike Frysinger
2010-03-22 21:39                   ` Wolfgang Denk
2010-03-22 21:53                     ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox