- 论坛徽章:
- 0
|
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: “include/generated/mach-types.h”是最新的。
CC arch/arm/kernel/asm-offsets.s
In file included from include/asm-generic/bitops/hweight.h:4:0,
from /home/gxd/kernel-8.2.2.6.1_8.2.2.7/kernel-b01c1c6/arch/arm/include/asm/bitops.h:303,
from include/linux/bitops.h:17,
from include/linux/kernel.h:15,
from include/linux/sched.h:54,
from arch/arm/kernel/asm-offsets.c:13:
include/asm-generic/bitops/arch_hweight.h: In function '__arch_hweight32':
include/asm-generic/bitops/arch_hweight.h:8:2: error: implicit declaration of function '__sw_hweight32'
include/asm-generic/bitops/arch_hweight.h: In function '__arch_hweight16':
include/asm-generic/bitops/arch_hweight.h:13:2: error: implicit declaration of function '__sw_hweight16'
include/asm-generic/bitops/arch_hweight.h: In function '__arch_hweight8':
include/asm-generic/bitops/arch_hweight.h:18:2: error: implicit declaration of function '__sw_hweight8'
include/asm-generic/bitops/arch_hweight.h: In function '__arch_hweight64':
include/asm-generic/bitops/arch_hweight.h:23:2: error: implicit declaration of function '__sw_hweight64'
In file included from include/linux/mm.h:588:0,
from arch/arm/kernel/asm-offsets.c:14:
include/linux/vmstat.h: In function '__count_vm_event':
include/linux/vmstat.h:79:2: error: implicit declaration of function '__verify_pcpu_ptr'
include/linux/vmstat.h:79:2: error: 'vm_event_states' undeclared (first use in this function)
include/linux/vmstat.h:79:2: note: each undeclared identifier is reported only once for each function it appears in
include/linux/vmstat.h:79:2: warning: type defaults to 'int' in type name
include/linux/vmstat.h: In function 'count_vm_event':
include/linux/vmstat.h:84:2: error: 'vm_event_states' undeclared (first use in this function)
include/linux/vmstat.h:84:2: warning: type defaults to 'int' in type name
include/linux/vmstat.h: In function '__count_vm_events':
include/linux/vmstat.h:90:2: error: 'vm_event_states' undeclared (first use in this function)
include/linux/vmstat.h:90:2: warning: type defaults to 'int' in type name
include/linux/vmstat.h: In function 'count_vm_events':
include/linux/vmstat.h:95:2: error: 'vm_event_states' undeclared (first use in this function)
include/linux/vmstat.h:95:2: warning: type defaults to 'int' in type name
make[1]: *** [arch/arm/kernel/asm-offsets.s] 错误 1
make: *** [prepare0] 错误 2
有人知道是什么问题不。。。弄了半天了 |
|