From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] uboot on microblaze, compilation error
Date: Wed, 17 Mar 2010 20:16:43 +0100 [thread overview]
Message-ID: <20100317191644.04EBC5086C@gemini.denx.de> (raw)
In-Reply-To: <001701cac601$5a380c50$c801a8c0@xeon>
Dear "Horst Gall",
In message <001701cac601$5a380c50$c801a8c0@xeon> you wrote:
>
> 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:
The linker script is run through the C preprocessor. Obviously your
toolchain auto-defines "microblaze" as "1".
> How can I fix this problem?
Fix your toolchain. "microblaze" is not a reserved identified, and
your toolchain is not supposed to mess with it.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Once they go up, who cares where they come down? That's not my
department." - Werner von Braun
next prev parent reply other threads:[~2010-03-17 19:16 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-17 18:36 [U-Boot] uboot on microblaze, compilation error Horst Gall
2010-03-17 19:16 ` Wolfgang Denk [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100317191644.04EBC5086C@gemini.denx.de \
--to=wd@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox