From mboxrd@z Thu Jan 1 00:00:00 1970 From: Otto Caldwell Date: Wed, 08 Oct 2008 10:13:04 -0500 Subject: [U-Boot] Help building AT91 u-boot with Buildroot tools Message-ID: <1223478784.5733.11.camel@hpub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, I'm new to this list, so please let me know if this is not the correct list to post this... I am porting Linux to an Atmel at91rm9200-EK board. I've built the cross-compile tool chain using Buildroot, choosing the armeb (arm embedded) option during the build. I downloaded the AT91 custodian branch of u-boot from http://git.denx.de/?p=u-boot/u-boot-at91.git;a=summary When I attempt to compile, I get following type of errors: armeb-linux-ld: failed to merge target specific data of file lib_arm/libarm.a(div0.o) armeb-linux-ld: drivers/mtd/nand_legacy/libnand_legacy.a(nand_legacy.o): compiled for a big endian system and target is little endian It finally stops with Error 1. Any help is much appreciated. Otto Caldwell