Some error in running make command
HI ran a command to build my virtual linux.
Command it started with and getting errors in = make modules ARCH=UM
In file included from include/asm/unistd.h:68,
from arch/um/kernel/skas/syscall.c:9:
include/asm/arch/unistd.h:626:18: warning: missing whitespace after the macro na me
arch/um/kernel/skas/syscall.c: In function âhandle_syscallâ:
arch/um/kernel/skas/syscall.c:36: error: â_NR_lab1â undeclared (first use in thi s function)
arch/um/kernel/skas/syscall.c:36: error: (Each undeclared identifier is reported only once
arch/um/kernel/skas/syscall.c:36: error: for each function it appears in.)
arch/um/kernel/skas/syscall.c:36: error: âfall07â undeclared (first use in this function)
make[2]: *** [arch/um/kernel/skas/syscall.o] Error 1
make[1]: *** [arch/um/kernel/skas] Error 2
make: *** [arch/um/kernel] Error 2
Can any one tell me what does the error mean?
|