Comment UML version of the kernel 2.6test2?? (Score 1) 327
Hi, did anybody try to compile the uml version of the kernel?
I can not do it, I get a funny error:
root@trabi linux-2.6.0-test2 # make linux ARCH=um
make[1]: `arch/um/sys-i386/util/mk_sc' is up to date.
CC arch/um/util/mk_task_kern.o
In file included from include/asm/thread_info.h:13,
from include/linux/thread_info.h:21,
from include/linux/spinlock.h:12,
from include/linux/capability.h:45,
from include/linux/sched.h:7,
from arch/um/util/mk_task_kern.c:1:
include/asm/processor.h:66: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
include/asm/processor.h:66: requested alignment is not a constant
arch/um/util/mk_task_kern.c: In function `main':
arch/um/util/mk_task_kern.c:13: structure has no member named `regs'
make[1]: *** [arch/um/util/mk_task_kern.o] Error 1
make: *** [arch/um/util] Error 2
Does somebody have a clue what I do wrong? I thought, the uml version is an achitecture like x86, so the X86 stuff would not be needed.
Uwe