i am using Devkit 8000 board, i recently cross compiled my u-boot source
*'u-boot-1.3.3*' available in the TIMLL's provided CD.
i cross compiled using these steps,
*make CROSS_COMPILE=arm-none-linux-gnueabi- distclean
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3devkit8000_config
**make CROSS_COMPILE=**arm-none-linux-gnueabi-** all*
and obtained the following error
*hello_world.c:1: error: bad value (armv7a) for -march= switch
make[1]: *** [hello_world.o] Error 1
make[1]: Leaving directory
`/home/dcsystem2/Desktop/tmp_usage/u-boot-1.3.3/examples'
make: *** [examples] Error 2
*what could be done to get the uboot compiled.
Regards,
Prabu.J
--
You received this message because you are subscribed to the Google Groups "Beagle Board" group.
To post to this group, send email to beagl...@googlegroups.com.
To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
Thank you for your reply, where can i get the latest uboot supporting
Devkit8000.
Regards,
Prabu.J
林俊良 wrote:
> Because the TimLL's U-Boot 1.3.3 is very old,
> I guess you need a *old* version of ARM cross compiler.
>
> In my experience,
> 1.3.3 is fail to be compiled with arm2009q3, arm2010q1
> (I means CodeSourcery G++ Lite),
> but can be compiled with *arm2007q3* only.
>
> 2010/5/26 prabu <prabu...@gmail.com <mailto:prabu...@gmail.com>>
>
> HI,
>
> i am using Devkit 8000 board, i recently cross compiled my u-boot
> source *'u-boot-1.3.3*' available in the TIMLL's provided CD.
>
> i cross compiled using these steps,
> *make CROSS_COMPILE=arm-none-linux-gnueabi- distclean
> make CROSS_COMPILE=arm-none-linux-gnueabi- omap3devkit8000_config
> **make CROSS_COMPILE=**arm-none-linux-gnueabi-** all*
>
> and obtained the following error
>
> *hello_world.c:1: error: bad value (armv7a) for -march= switch
> make[1]: *** [hello_world.o] Error 1
> make[1]: Leaving directory
> `/home/dcsystem2/Desktop/tmp_usage/u-boot-1.3.3/examples'
> make: *** [examples] Error 2
>
> *what could be done to get the uboot compiled.
>
> Regards,
> Prabu.J
>
> --
> You received this message because you are subscribed to the Google
> Groups "Beagle Board" group.
> To post to this group, send email to beagl...@googlegroups.com
> <mailto:beagl...@googlegroups.com>.
> To unsubscribe from this group, send email to
> beagleboard...@googlegroups.com
> <mailto:beagleboard%2Bunsu...@googlegroups.com>.
I used latest Das U-Boot for DevKit8000
Website:
http://www.denx.de/wiki/U-Boot
Download release version source tarball:
ftp://ftp.denx.de/pub/u-boot/
And you also need newer version of linux-omap kernel
or you will not get to boot.
website: http://gitorious.org/devkit8000
get source by git plz...
$git git://gitorious.org/devkit8000/linux-omap-devkit8000.git