All of lore.kernel.org
 help / color / mirror / Atom feed
From: Murray.Jensen at csiro.au <Murray.Jensen@csiro.au>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] GCC3.4.0 Coldfire 52xx Build problems
Date: Fri, 05 Aug 2005 17:02:45 +1000	[thread overview]
Message-ID: <14067.1123225365@gerd> (raw)
In-Reply-To: Your message of "Thu, 04 Aug 2005 12:31:27 +0200" <20050804103127.1BB0B352B36@atlas.denx.de>

On Thu, 04 Aug 2005 12:31:27 +0200, Wolfgang Denk writes:
>In message <OKECIIPCKHCPJAOEEJNMMEONCAAA.teun@adesys.nl> you wrote:
>> Is then main reason for this problems that I use GCC3.4.0 toolchain ??
>Probably.

I use GCC-3.4.3 to build U-Boot for our MPC8560 based board. I had an
internal linker error which I traced to the following in my linker script:

  . = + SIZEOF_HEADERS;

I changed this to:

  . = + 1024;

and it prevented the core dump in the linker.

I know your target is very different, but I thought this info might help
anyway (if not you, then maybe someone else). Cheers!
								Murray...
-- 
Murray Jensen, CSIRO Manufacturing & Infra. Tech.      Phone: +61 3 9662 7763
Locked Bag No. 9, Preston, Vic, 3072, Australia.         Fax: +61 3 9662 7853
Internet: Murray.Jensen at csiro.au

To the extent permitted by law, CSIRO does not represent, warrant and/or
guarantee that the integrity of this communication has been maintained or
that the communication is free of errors, virus, interception or interference.

The information contained in this e-mail may be confidential or privileged.
Any unauthorised use or disclosure is prohibited. If you have received this
e-mail in error, please delete it immediately and notify Murray Jensen on
+61 3 9662 7763. Thank you.

  reply	other threads:[~2005-08-05  7:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-04  9:31 [U-Boot-Users] GCC3.4.0 Coldfire 52xx Build problems Teun Grinwis
2005-08-04 10:31 ` Wolfgang Denk
2005-08-05  7:02   ` Murray.Jensen at csiro.au [this message]
2005-08-05  8:10     ` Teun Grinwis
2005-08-05  9:11       ` Wolfgang Denk
2005-08-05  9:07     ` Wolfgang Denk
2005-08-05  9:50       ` Murray.Jensen at csiro.au
2005-08-05 10:26         ` Wolfgang Denk

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=14067.1123225365@gerd \
    --to=murray.jensen@csiro.au \
    --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.