Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-09 Thread Tom Rini
On Wed, Mar 08, 2017 at 11:36:06PM -0500, Trevor Woerner wrote: > On Wed 2017-03-08 @ 06:17:13 PM, Tom Rini wrote: > > On Wed, Mar 08, 2017 at 05:32:45PM -0500, Trevor Woerner wrote: > > > On Wed 2017-03-08 @ 04:33:21 PM, Tom Rini wrote: > > > > Now, you've boot tested this, right? :) > > > > > >

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 06:17:13 PM, Tom Rini wrote: > On Wed, Mar 08, 2017 at 05:32:45PM -0500, Trevor Woerner wrote: > > On Wed 2017-03-08 @ 04:33:21 PM, Tom Rini wrote: > > > Now, you've boot tested this, right? :) > > > > Yes. > > > > > Also, what board(s) show this problem exactly? > > > > I'm

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Tom Rini
On Wed, Mar 08, 2017 at 05:32:45PM -0500, Trevor Woerner wrote: > On Wed 2017-03-08 @ 04:33:21 PM, Tom Rini wrote: > > Now, you've boot tested this, right? :) > > Yes. > > > Also, what board(s) show this problem exactly? > > I'm working with the firefly-rk3288 board. OK. Can you please turn

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 05:32:45 PM, Trevor Woerner wrote: > I have a patch for the meta-rockchip layer https://lists.yoctoproject.org/pipermail/yocto/2017-March/034985.html ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 04:33:21 PM, Tom Rini wrote: > Now, you've boot tested this, right? :) Yes. > Also, what board(s) show this problem exactly? I'm working with the firefly-rk3288 board. If it would be preferable to you, I have a patch for the meta-rockchip layer that solves the problem for

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Tom Rini
On Wed, Mar 08, 2017 at 02:53:04PM -0500, Trevor Woerner wrote: > On Wed 2017-03-08 @ 01:41:24 PM, Tom Rini wrote: > > What does 2.27 without -N look like compared with > > 2.28 with -N ? > > I'm no expert in reading map files, but it looks like the size of .rodata is a > little bit smaller with

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Tom Rini
On Wed, Mar 08, 2017 at 01:19:12PM -0500, Trevor Woerner wrote: > On Wed 2017-03-08 @ 12:20:47 PM, Tom Rini wrote: > > On Wed, Mar 08, 2017 at 11:57:58AM -0500, Trevor Woerner wrote: > > > On Wed 2017-03-08 @ 10:35:19 AM, Tom Rini wrote: > > > > perhaps we can do -N --no-omgic (which negates most

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 12:20:47 PM, Tom Rini wrote: > On Wed, Mar 08, 2017 at 11:57:58AM -0500, Trevor Woerner wrote: > > On Wed 2017-03-08 @ 10:35:19 AM, Tom Rini wrote: > > > perhaps we can do -N --no-omgic (which negates most of what -N does > > > > Unfortunately "-N --no-omagic" doesn't succeed

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Tom Rini
On Wed, Mar 08, 2017 at 11:57:58AM -0500, Trevor Woerner wrote: > On Wed 2017-03-08 @ 10:35:19 AM, Tom Rini wrote: > > perhaps we can do -N --no-omgic (which negates most of what -N does > > Unfortunately "-N --no-omagic" doesn't succeed either (same problem): > >

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 10:35:19 AM, Tom Rini wrote: > perhaps we can do -N --no-omgic (which negates most of what -N does Unfortunately "-N --no-omagic" doesn't succeed either (same problem): arm-oe-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try linking with -N

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Peter Robinson
On Wed, Mar 8, 2017 at 4:43 PM, Trevor Woerner wrote: > On Wed 2017-03-08 @ 08:43:33 AM, Peter Robinson wrote: >> On Wed, Mar 8, 2017 at 8:22 AM, Trevor Woerner wrote: >> > On Wed 2017-03-08 @ 02:39:00 AM, Trevor Woerner wrote: >> >> It appears as though

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 08:43:33 AM, Peter Robinson wrote: > On Wed, Mar 8, 2017 at 8:22 AM, Trevor Woerner wrote: > > On Wed 2017-03-08 @ 02:39:00 AM, Trevor Woerner wrote: > >> It appears as though linking u-boot with binutils-2.28 fails: > >> > >>

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Tom Rini
On Wed, Mar 08, 2017 at 08:18:16AM -0700, Simon Glass wrote: > +Tom > > Hi Peter, > > On 8 March 2017 at 01:43, Peter Robinson wrote: > > > > On Wed, Mar 8, 2017 at 8:22 AM, Trevor Woerner wrote: > > > On Wed 2017-03-08 @ 02:39:00 AM, Trevor Woerner

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Simon Glass
+Tom Hi Peter, On 8 March 2017 at 01:43, Peter Robinson wrote: > > On Wed, Mar 8, 2017 at 8:22 AM, Trevor Woerner wrote: > > On Wed 2017-03-08 @ 02:39:00 AM, Trevor Woerner wrote: > >> It appears as though linking u-boot with binutils-2.28 fails: > >>

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Peter Robinson
On Wed, Mar 8, 2017 at 8:22 AM, Trevor Woerner wrote: > On Wed 2017-03-08 @ 02:39:00 AM, Trevor Woerner wrote: >> It appears as though linking u-boot with binutils-2.28 fails: >> >> arm-oe-linux-gnueabi-ld.bfd: u-boot: Not enough room for program >> headers, try linking

Re: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-08 Thread Trevor Woerner
On Wed 2017-03-08 @ 02:39:00 AM, Trevor Woerner wrote: > It appears as though linking u-boot with binutils-2.28 fails: > > arm-oe-linux-gnueabi-ld.bfd: u-boot: Not enough room for program > headers, try linking with -N ...and as it turns out linking with -N succeeds! Who knew? The help

[U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28

2017-03-07 Thread Trevor Woerner
Hi, It appears as though linking u-boot with binutils-2.28 fails: arm-oe-linux-gnueabi-ld.bfd: u-boot: Not enough room for program headers, try linking with -N openembedded-core master just upgraded from binutils-2.27 to 2.28, everything builds fine with 2.27 but fails (see above) with