On Sun, Apr 24, 2005 at 10:34:56PM +0200, Leopold Palomo Avellaneda wrote: > I have followed your instructions and I could create a kernel for i386. > However, I would like to configure it (make menuconfig) and I couldn't do it. > Please, could you tell me how?. I have tested: > export ARCH=i386; make menuconfig, etc and nothing.
Try make ARCH=i386 menuconfig. Make does NOT read environment variables (unless you explicitly code it to get something from the env). Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

