Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2017-03-22 Thread Alan Modra
On Tue, Mar 21, 2017 at 07:13:44PM -0400, Tom Rini wrote: > On Wed, Mar 22, 2017 at 09:00:58AM +1000, Nicholas Piggin wrote: > > On Tue, 21 Mar 2017 11:16:50 -0400 > > Tom Rini wrote: > > > > > On Tue, Mar 21, 2017 at 08:59:04AM -0500, Jon wrote: > > > > > > > Likewise

Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2017-03-22 Thread Nicholas Piggin
On Tue, 21 Mar 2017 11:16:50 -0400 Tom Rini wrote: > On Tue, Mar 21, 2017 at 08:59:04AM -0500, Jon wrote: > > > Likewise tested on Fedora rawhide with: binutils-2.28-5.fc27 > > > > This patch allows our distro u-boot builds to succeed. +1 > > > > Tested-by: Jon Disnard

Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2017-03-21 Thread Tom Rini
On Wed, Mar 22, 2017 at 09:00:58AM +1000, Nicholas Piggin wrote: > On Tue, 21 Mar 2017 11:16:50 -0400 > Tom Rini wrote: > > > On Tue, Mar 21, 2017 at 08:59:04AM -0500, Jon wrote: > > > > > Likewise tested on Fedora rawhide with: binutils-2.28-5.fc27 > > > > > > This patch

Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2017-03-21 Thread Tom Rini
On Tue, Mar 21, 2017 at 08:59:04AM -0500, Jon wrote: > Likewise tested on Fedora rawhide with: binutils-2.28-5.fc27 > > This patch allows our distro u-boot builds to succeed. +1 > > Tested-by: Jon Disnard Has anyone figure out what exactly is going on yet? It's pretty odd

Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2017-03-21 Thread Jon
Likewise tested on Fedora rawhide with: binutils-2.28-5.fc27 This patch allows our distro u-boot builds to succeed. +1 Tested-by: Jon Disnard On Thu, Jan 12, 2017 at 3:19 AM, Sjoerd Simons wrote: > Tested on current Debian unstable: > GNU

Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2017-01-12 Thread Sjoerd Simons
Tested on current Debian unstable: GNU ld (GNU Binutils for Debian) 2.27.90.20170109 Tested-by: Sjoerd Simons On Fri, 2016-12-16 at 15:23 +1030, Joel Stanley wrote: > Since Binutils 1a9ccd70f9a7[1] u-boot will not link targets that set > CONFIG_SYS_TEXT_BASE=0

Re: [U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2016-12-26 Thread Tom Rini
On Fri, Dec 16, 2016 at 03:23:30PM +1030, Joel Stanley wrote: > Since Binutils 1a9ccd70f9a7[1] u-boot will not link targets that set > CONFIG_SYS_TEXT_BASE=0 with the following error: > > LD u-boot > arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try > linking

[U-Boot] [PATCH v2] Makefile: Fix linking with modern binutils

2016-12-15 Thread Joel Stanley
Since Binutils 1a9ccd70f9a7[1] u-boot will not link targets that set CONFIG_SYS_TEXT_BASE=0 with the following error: LD u-boot arm-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try linking with -N arm-linux-gnueabi-ld.bfd: final link failed: Bad value The issue can