|
this is where im at now
dev@ubuntu:~/android/source/garnett_kernel$ make -j5
CHK include/linux/version.h
SYMLINK include/asm -> include/asm-arm
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
CC arch/arm/kernel/asm-offsets.s
In file included from include/linux/sched.h:54,
from arch/arm/kernel/asm-offsets.c:13:
include/linux/kernel.h:10:20: error: stdarg.h: No such file or directory
In file included from include/linux/sched.h:54,
from arch/arm/kernel/asm-offsets.c:13:
include/linux/kernel.h:183: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:183: warning: conflicting types for built-in function 'vsprintf'
include/linux/kernel.h:187: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:187: warning: conflicting types for built-in function 'vsnprintf'
include/linux/kernel.h:191: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:195: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:199: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:199: warning: conflicting types for built-in function 'vsscanf'
include/linux/kernel.h:239: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:514: error: expected declaration specifiers or '...' before 'va_list'
include/linux/kernel.h:517: error: expected declaration specifiers or '...' before 'va_list'
In file included from include/linux/bitmap.h:8,
from include/linux/cpumask.h:11,
from include/linux/sched.h:60,
from arch/arm/kernel/asm-offsets.c:13:
include/linux/string.h:117: error: expected declaration specifiers or '...' before 'va_list'
In file included from include/linux/slub_def.h:12,
from include/linux/slab.h:162,
from include/linux/percpu.h:5,
from include/linux/sched.h:77,
from arch/arm/kernel/asm-offsets.c:13:
include/linux/kobject.h:77: error: expected declaration specifiers or '...' before 'va_list'
make[1]: *** [arch/arm/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
dev@ubuntu:~/android/source/garnett_kernel$
btw how do i post this in a text field etc?
posted via esp with help from fingers
|