mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] add patch for building at91bootstrap with gcc 4.6.x
Date: Thu, 26 Jan 2012 16:36:27 +0100	[thread overview]
Message-ID: <20120126153627.GA25996@pengutronix.de> (raw)
In-Reply-To: <1327590294-13263-1-git-send-email-post@lespocky.de>


Hmmm, I cannot trigger the problem (without the patch). Can you elaborate,
what exact config/toolchain etc. your using?

On Thu, Jan 26, 2012 at 04:04:54PM +0100, Alexander Dahl wrote:
> 
> Signed-off-by: Alexander Dahl <post@lespocky.de>
> ---
>  .../0002-fix-overlap-linker-error.patch            |   23 ++++++++++++++++++++
>  patches/Bootstrap-v1.16/series                     |    1 +
>  2 files changed, 24 insertions(+), 0 deletions(-)
>  create mode 100755 patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch
> 
> diff --git a/patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch b/patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch
> new file mode 100755
> index 0000000..a86979f
> --- /dev/null
> +++ b/patches/Bootstrap-v1.16/0002-fix-overlap-linker-error.patch
> @@ -0,0 +1,23 @@

Please add a proper patch haeder here.

Michael

> +circumvent gcc 4.6.x linker overlap error, suggestion from AT91 forum at
> +http://www.at91.com/forum/viewtopic.php/f,12/t,20624/
> +---
> + elf32-littlearm.lds |    6 +++++-
> + 1 file changed, 5 insertions(+), 1 deletion(-)
> +
> +Index: Bootstrap-v1.16/elf32-littlearm.lds
> +===================================================================
> +--- Bootstrap-v1.16.orig/elf32-littlearm.lds
> ++++ Bootstrap-v1.16/elf32-littlearm.lds
> +@@ -14,7 +14,11 @@
> + 	}
> + 
> + 	/* collect all initialized .data sections */
> +-	.data : AT ( ADDR (.text) + SIZEOF (.text) ) { 
> ++    . = ALIGN(4);
> ++    .dummy : {
> ++        _edummy = .;
> ++    }
> ++	.data : AT ( LOADADDR(.dummy) ) {
> + 		_sdata = .;
> + 		*(.vectors)
> + 		*(.data)
> diff --git a/patches/Bootstrap-v1.16/series b/patches/Bootstrap-v1.16/series
> index 3355399..86f4119 100644
> --- a/patches/Bootstrap-v1.16/series
> +++ b/patches/Bootstrap-v1.16/series
> @@ -1 +1,2 @@
>  0001-crt0_gnu.S-fix-image-size.patch
> +0002-fix-overlap-linker-error.patch
> -- 
> 1.7.2.5
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2012-01-26 15:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26 15:04 Alexander Dahl
2012-01-26 15:36 ` Michael Olbrich [this message]
2012-01-27  9:25   ` Alexander Dahl
2012-01-30 14:20     ` Michael Olbrich
2012-01-31 16:54       ` Alexander Dahl
2012-01-31 19:29         ` Michael Olbrich
2012-02-01 11:54           ` [ptxdist] [PATCH] add patch fixing at91bootstrap build with gcc 4.6.x, and recreate patch series Alexander Dahl
2012-02-01 12:20             ` Michael Olbrich

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=20120126153627.GA25996@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.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