当前位置: 技术问答>linux和unix
linux内核编译错误
来源: 互联网 发布时间:2017-04-30
本文导语: linux2.6.28_OK6410_v1.0.tgz root#xp: /kernel/#make CHK include/linux/version.h make[1]: `include/asm-arm/mach-types.h' is up to date. CHK include/linux/utsrelease.h SYMLINK include/asm -> include/asm-arm /bin/sh: 1: Syntax error: "(" unexp...
linux2.6.28_OK6410_v1.0.tgz
root#xp: /kernel/#make
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
/bin/sh: 1: Syntax error: "(" unexpected
make[1]: *** [kernel/bounds.s] Error 2
make: *** [prepare0] Error 2
root#xp: /kernel/#make
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-arm
/bin/sh: 1: Syntax error: "(" unexpected
make[1]: *** [kernel/bounds.s] Error 2
make: *** [prepare0] Error 2
|
make menuconfig
Kernel Features --->
[*] Use the ARM EABI to compile the kernel
[*] Allow old ABI binaries to run with thiskernel (EXPERIMENTAL)
要是编译不通过,选择编译器比较低的版本。要支持eabi的编译器
Kernel Features --->
[*] Use the ARM EABI to compile the kernel
[*] Allow old ABI binaries to run with thiskernel (EXPERIMENTAL)
要是编译不通过,选择编译器比较低的版本。要支持eabi的编译器
|
/bin/sh: 1: Syntax error: "(" unexpected
make[1]: *** [kernel/bounds.s] Error 2
语法错误,你贴的日志太少。
make[1]: *** [kernel/bounds.s] Error 2
语法错误,你贴的日志太少。
|
下个新点的版本代码试试吧