All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] uboot on microblaze, compilation error
Date: Wed, 17 Mar 2010 19:08:25 -0400	[thread overview]
Message-ID: <201003171908.26181.vapier@gentoo.org> (raw)
In-Reply-To: <001701cac601$5a380c50$c801a8c0@xeon>

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100317/e3100f28/attachment.pgp 

  parent reply	other threads:[~2010-03-17 23:08 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 [this message]
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=201003171908.26181.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --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.