I looked at that document and have tried "make ARCH=um" but errors again.

make menuconfig ARCH=um
[EMAIL PROTECTED] linux-2.6.6]$ make ARCH=um
 CHK     include/linux/version.h
 UPD     include/linux/version.h
 SYMLINK include/asm -> include/asm-um
 SPLIT   include/linux/autoconf.h -> include/config/*
 HOSTCC  arch/um/sys-i386/util/mk_sc.o
 HOSTLD  arch/um/sys-i386/util/mk_sc
arch/um/sys-i386/util/mk_sc > arch/um/include/sysdep-i386/sc.h
gcc -o arch/um/util/mk_task_user.o -c arch/um/util/mk_task_user.c
 CC      arch/um/util/mk_task_kern.o
In file included from include/asm/system-generic.h:4,
                from include/asm/system.h:4,
                from include/linux/list.h:8,
                from include/linux/signal.h:4,
                from include/asm/processor-ge.....
<snipped>


Christopher S. Aker wrote:

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