> I am trying to get a 2.6.6 kernel working in um. Since the kernel from
> www.kernel.org already has an um arch. I tried "make menuconfig ARCH=um"
> and was able to configure uml options. But trying to get the uml
> executable kernel using "make" fails.  What am I missing ?

You need to append "ARCH=um" to any and all make commands when building UML.  
This
includes "make oldconfig ARCH=um", "make menuconfig ARCH=um", and the normal 
"make
ARCH=um":.

In order to restore your tree to be able to build UML, you'll need to run make
mrproper (save your .config first)

http://user-mode-linux.sourceforge.net/compile.html

-Chris



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to