From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Tue, 20 Jan 2009 21:13:58 -0600 Subject: [U-Boot] u-boot-v2 In-Reply-To: <497669DD.7060606@lufkin.com> References: <497669DD.7060606@lufkin.com> Message-ID: <497692F6.7060309@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de John Jeffers said the following on 01/20/2009 06:18 PM: > #ln -s arm cross_arch > > #ln -s > /opt/arm-v5te-linux-gnueabi/gcc-4.1.2-glibc-2.5-binutils-2.17-kernel-2.6.18/arm-v5te-linux-gnueabi/bin > \ cross_compile > > During make menuconfig the arm is not picked up as the architecture. I > appear to get sandbox. > > Obviously I am not telling the menuconfig to use my architecture. > Perhap the /board is more appropriate.' > > This is how i build for omap3 beagle platform: alias mymake='make ARCH=arm CROSS_COMPILE=arm-none-eabi- V=1' mymake omap3430_sdp3430_per_uart_defconfig mymake I could ofcourse do mymake menuconfig and go ahead.. (I use 2007q3 codesourcery compiler) Regards, Nishanth Menon