You are not logged in.
Pages: 1
Hi,
I want to run the user mode linux for linux-2.6.17.6. When I try to compile the user mode linux I get this error:
In file included from arch/um/include/os.h:13,
from arch/um/drivers/fd.c:14:
arch/um/include/kern_util.h:9:27: error: linux/threads.h: No such file or directory
make[1]: *** [arch/um/drivers/fd.o] Error 1
make: *** [arch/um/drivers] Error 2
I was looking up a lot of time in google.
My steps to compile it is:
export ARCH=um
make defconfig
make
If you have any suggestion, let me know.
Bye.
Luis Useche
Offline
export ARCH=um
is probably wrong. Try
export ARCH=i386
·¬»· i am shadowhand, powered by webfaction
Offline
Using that option the kernel compiles smoothly. The problem here, is that I am not getting the kernel that I want. I am just building a normal kernel.
Any suggestion, let me know
Luis.
Luis Useche
Offline
to live is to die
Offline
Pages: 1