u-boot compilation issues

Hi All,

i just downloaded the u-boot for beagleboard rev C4 board from : http://gitorious.org/beagleboard-default-u-boot/beagle_uboot_revc4/archive-tarball/newbranch

When i try to compile the u-boot i get some errors :frowning:

som@som:/linuxBeagle/linux-omap-2.6/u-boot-rev-C4$ sudo make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap2plus_defconfig
make: *** No rule to make target `omap2plus_defconfig’. Stop.

I have tried for a while abt the issue but i am not able to see any light :frowning:

if someone have faced this issue please let me know.

rgds,
Som

P.S: when will the kernel.org git interface be up ??

Hi All,

i just downloaded the u-boot for beagleboard rev C4 board from : http://gitorious.org/beagleboard-default-u-boot/beagle_uboot_revc4/archive-tarball/newbranch

That is really old stuff. Try a new u-boot from git.denx.de.

When i try to compile the u-boot i get some errors :frowning:

som@som:/linuxBeagle/linux-omap-2.6/u-boot-rev-C4$ sudo make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap2plus_defconfig
make: *** No rule to make target `omap2plus_defconfig’. Stop.

I’m not sure what kernel you are looking for there exactly. The temporary upstream for the kernel is at GitHub - torvalds/linux: Linux kernel source tree.

From the previous question, however, it seems you are looking for instructions to build u-boot. For that:
$ make omap3_beagle

I am assuming ARCH=arm and the correct PATH and CROSS_COMPILE are set for your toolchain.

Feels a little trivial to ask such questions but as they say no question is trivial enough …

I did try to download from denx.de but faced some errors … because of which i tried the other repo …

Thanks Jason for the reply… will update you on wednesday as i off till tuesday.

rgds,
som