把那个选项去掉后,能够往下编译了,编译到后面出现了这个错误;
kernel/built-in.o(.text+0x1c740): In function `alloc_pid': include/asm-generic/cmpxchg-local.h:43: undefined reference to `wrong_size_cmpxchg' net/built-in.o(.text+0x19ba4): In function `neigh_resolve_output': include/asm-generic/cmpxchg-local.h:43: undefined reference to `wrong_size_cmpxchg' net/built-in.o(.text+0x19d18):include/asm-generic/cmpxchg-local.h:43: undefined reference to `wrong_size_cmpxchg' net/built-in.o(.text+0x19e28):include/asm-generic/cmpxchg-local.h:43: undefined reference to `wrong_size_cmpxchg' net/built-in.o(.text+0x2ba5c): In function `rt_bind_peer': include/asm-generic/cmpxchg-local.h:43: undefined reference to `wrong_size_cmpxchg' net/built-in.o(.text+0x2f2e0):include/asm-generic/cmpxchg-local.h:43: more undefined references to `wrong_size_cmpxchg' follow make: *** [vmlinux] Error 1
|