From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 24 Mar 2014 19:08:57 -0700 Subject: [U-Boot] [PATCH] arm: Handle .gnu.hash section in ldscripts In-Reply-To: <1390798091-24747-1-git-send-email-afaerber@suse.de> References: <1390798091-24747-1-git-send-email-afaerber@suse.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 26 January 2014 20:48, Andreas F?rber wrote: > Avoids "could not find output section .gnu.hash" ld.bfd errors on openSUSE. > > Cc: Albert Aribaud > Cc: Tom Rini > Signed-off-by: Andreas F?rber Acked-by: Simon Glass Tested on snow Tested-by: Simon Glass before: $ crosfw -b daisy Configuring for smdk5250 board... /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.22/ld.bfd.real: u-boot: could not find output section .gnu.hash /usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.22/ld.bfd.real: final link failed: Nonrepresentable section on output make[1]: *** [u-boot] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [sub-make] Error 2 after: no error Regards, Simon