
Radha Krishna said the following on 10/17/2008 07:53 PM:
I am doing U-boot for TI3430 boad.
Step 0: make distclean //worked fine Step 1: make CROSS_COMPILE=arm-none-linux-gnueabi- omap3430sdp_config //worked fine Step 2: make CROSS_COMPILE=arm-none-linux-gnueabi- //Error
[SNIP] $ make CROSS_COMPILE=arm-none-linux-gnueabi- make: arm-none-linux-gnueabi-gcc: Command not found make[1]: arm-none-linux-gnueabi-gcc: Command not found make[1]: Entering directory `/cygdrive/c/u-boot/tools' make[1]: Entering directory `/cygdrive/c/u-boot/tools'
Step using windows and try using a *real* Linux environment such as a vmware[4] or an Linux PC to build. I suspect you are taking code from [1]. in which case code sourcery gcc [2] will be good. Further, you need to say ARCH=ARM as part of your compilation command.
By the way, there are many "TI3430" boards. from your defconfig I understand it is for SDP3430[3]. I had written a small quick start doc for 2430 - many of whose comments are still valid for 2430. Regards, Nishanth Menon [1] http://linux.omap.com/pub/bootloader/3430sdp/ or https://omapzoom.org/gf/ [2] http://www.codesourcery.com/gnu_toolchains/arm/portal/subscription?@template... [3] http://www.ti.com/omap3430_devplatform [4] http://www.vmware.com/download/player/ and as an example: http://search-www.vmware.com/socialsearch/query?cn=vmware&cc=www&ie=... choose the appliance you like, download the image and run it.. [5] http://www.geocities.com/crecmca98/Linux/omap2430_From_almost_scratch.pdf