
25 Nov
2009
25 Nov
'09
4:11 p.m.
Hi all,
I have downloaded the u-boot source and I am able to build it for my target (beagleboard). However, I am not able to launch menuconfig. I know that menuconfig works because I am able to launch it when I am building my Linux kernel.
$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_config
Configuring for omap3_beagle board...
$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
make: *** No rule to make target `menuconfig'. Stop.
Any ideas?
Thanks in advance.
-limp