From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trevor Woerner Date: Wed, 8 Mar 2017 11:43:53 -0500 Subject: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28 In-Reply-To: References: <20170308073900.GA14364@linux-uys3> <20170308082251.GA2190@linux-uys3> Message-ID: <20170308164353.GA26409@linux-uys3> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: > >> > >> 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 message > > was actually helpful! :-D > > I'm glad this wasn't just me seeing this. I have seen breakage with > this too but hadn't had time to investigate this further than just > realising it was the new binutils. Out of curiosity, which arch are you seeing this on? I'm seeing it when building for arm so am "fixing" it by poking at arch/arm/config.mk. I'm guessing you're not also coincidently building u-boot from rockchip's repository?