From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 17 Jun 2009 23:49:07 +0200 Subject: [U-Boot] Failure to compile sa1100 boards In-Reply-To: <20090617221132.006f3d45.kristoffer.ericson@gmail.com> References: <20090617221132.006f3d45.kristoffer.ericson@gmail.com> Message-ID: <20090617214907.GF30247@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:11 Wed 17 Jun , Kristoffer Ericson wrote: > Greetings, > > Trying to make the hp jornada 700 flashboard u-boot friendly. Anyhow, the compilation > goes well until the last step where it spits out an : > > arm-linux-ld:/home/kristoffer/work/projects/u-boot.git/cpu/sa1100/u-boot.lds:42: parse error > make: *** [u-boot] Fel 1 (= error 1) > > This is currently the same for all sa1100 boards im trying. > So is it my toolchain or a real fault? > > My versions are u-boot (latest from git) > gcc : 3.4.5 it's quite old I'll recommand you to use a more recent toolchain gcc 4.3.x as example Best Regards, J.