From: Michal Simek <monstr@monstr.eu>
To: u-boot@lists.denx.de
Subject: [U-Boot] uboot on microblaze, compilation error
Date: Thu, 18 Mar 2010 10:29:19 +0100 [thread overview]
Message-ID: <4BA1F26F.3010501@monstr.eu> (raw)
In-Reply-To: <201003171908.26181.vapier@gentoo.org>
Mike Frysinger wrote:
> On Wednesday 17 March 2010 14:36:38 Horst Gall wrote:
>> 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?
>
> add "#undef microblaze" to the top of board/xilinx/microblaze-generic/u-
> boot.lds
Mike is right. I expect you are using toolchain from EDK where the
problem is. Linux toolchain are ok.
Michal
> -mike
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
--
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
next prev parent reply other threads:[~2010-03-18 9:29 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
2010-03-17 23:08 ` Mike Frysinger
2010-03-18 9:29 ` Michal Simek [this message]
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=4BA1F26F.3010501@monstr.eu \
--to=monstr@monstr.eu \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.