[U-Boot] Unable to launch menuconfig

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

On Wed, Nov 25, 2009 at 7:11 AM, Ioannis Kyriakopoulos < johnkyr83@hotmail.com> wrote:
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.
You're mistaken. There's a slow-moving movement towards using Kconfig (and
thus menuconfig) in main line U-boot, but it's not there yet.
$ 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
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Thanks for the reply.
If menuconfig and Kconfig are not supported yet, is there a way to configure my U-boot version?
From: Ben Warren [mailto:biggerbadderben@gmail.com] Sent: 25 November 2009 15:33 To: Ioannis Kyriakopoulos Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] Unable to launch menuconfig
On Wed, Nov 25, 2009 at 7:11 AM, Ioannis Kyriakopoulos johnkyr83@hotmail.com wrote:
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.
You're mistaken. There's a slow-moving movement towards using Kconfig (and thus menuconfig) in main line U-boot, but it's not there yet.
$ 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
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Ben Warren
-
Ioannis Kyriakopoulos