Code:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- menuconfig
This works fine for me (if I leave out:ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-). The editor starts up with a configuration file already loaded.
I noticed though, after exiting the configuration editor, that another command was called after I entered 'make menuconfig':
Code:
~/linux-sunxi$ make menuconfig scripts/kconfig/mconf Kconfig
If I try running this on its own:
Code:
scripts/kconfig/mconf Kconfig
I just get an empty editor, asking which configuration file to load.
Shouldn't 'make menuconfig' need to be run only once? Is there another command to start the editor with your configuration file already loaded?