From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from vms173009pub.verizon.net ([206.46.173.9]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NVUy3-000684-45 for barebox@lists.infradead.org; Thu, 14 Jan 2010 19:02:55 +0000 Received: from vms064.mailsrvcs.net ([unknown] [192.168.1.2]) by vms173009.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KW9009AT3KFVCH2@vms173009.mailsrvcs.net> for barebox@lists.infradead.org; Thu, 14 Jan 2010 13:02:39 -0600 (CST) Date: Thu, 14 Jan 2010 13:02:39 -0600 (CST) From: pgmspam20101@verizon.net Message-id: <31940835.15183.1263495759571.JavaMail.root@vms064.mailsrvcs.net> MIME-version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0036221937==" Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: compiling barebox/u-boot-v2 for beagleboard To: barebox@lists.infradead.org --===============0036221937== Content-type: text/html; charset=UTF-8 Content-transfer-encoding: quoted-printable
Hello,
 
I am trying to do the next stage of my build: i.e. building xloader(u-= boot-v2) that I can load over USB using Nishant Menon's utilities (pusb).
 
I went and downloaded the beagleboard version of uboot-v2 from:
           &nbs= p;  http://www.pengutronix.de/software/u-boot/v2/download/<= /DIV>
 
I try to build using the following sequence of commands on my machine:=
 

export ARCH=3Darm
export CROSS_COMPILE=3Darm-wrs-linux-gnueabi-=
export PATH=3D/opt/WindRiver/wrlinux-3.0/layers/wrll-toolchain-4.3-85/a= rm/toolchain/x86-linux2/bin:$PATH
 

cd  projs/u-boot-2.0.0-rc10
make distclean
make mrproper
make omap3530_beagle_per_uart_defconfig
make -f Makefile ARCH=3Darm= CROSS_COMPILE=3D/opt/WindRiver/wrlinux-3.0/layers/wrll-toolchain-4.3-85/ar= m/toolchain/x86-linux2/bin/arm-wrs-linux-gnueabi-

However when I do the last step I get the following error, which I= do not clearly understand the cause.
 
I got similar results when I tried using the ELDK tools
 

[pgmutasi@ u-boot-2.0.0-rc10]$ make -f Makefile ARCH=3Darm CROSS_C= OMPILE=3D/opt/WindRiver/wrlinux-3.0/layers/wrll-toolchain-4.3-85/arm/toolch= ain/x86-linux2/bin/arm-wrs-linux-gnueabi-
scripts/kconfig/conf -s arch/a= rm/Kconfig
  SYMLINK include/asm-arm/arch -> include/asm-arm/arc= h-omap
  SYMLINK include/asm-arm/proc -> include/asm-arm/proc-ar= mv
  CHK     include/linux/version.h
  = UPD     include/linux/version.h
  CHK &nbs= p;   include/linux/utsrelease.h
  UPD   &n= bsp; include/linux/utsrelease.h
  SYMLINK include/asm -> include= /asm-arm
  SYMLINK include/config.h -> board/omap/config.h
&n= bsp; CC      scripts/mod/empty.o
scripts/mod/em= pty.c:1: error: bad value (armv7a) for -march=3D switch
make[2]: *** [sc= ripts/mod/empty.o] Error 1
make[1]: *** [scripts/mod] Error 2
make: *= ** [scripts] Error 2
 
The full log of what happens is also attached below.  Do you know= what I am doing wrong with this build procedure ?
 
Thanks,
 
Primus
 
 
--===============0036221937== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox --===============0036221937==--