From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trevor Woerner Date: Wed, 8 Mar 2017 03:22:51 -0500 Subject: [U-Boot] linking rockchip-linux/u-boot.git with binutils-2.28 In-Reply-To: <20170308073900.GA14364@linux-uys3> References: <20170308073900.GA14364@linux-uys3> Message-ID: <20170308082251.GA2190@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 @ 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