linux3.14.38内核编译出错

来源:互联网 发布:手机办公软件word 编辑:程序博客网 时间:2024/06/05 10:09

编译Linux3.14.38 内核过程中出现如下错误:

| Kernel: arch/arm/boot/Image is ready
| AS arch/arm/boot/compressed/head.o
| LZO arch/arm/boot/compressed/piggy.lzo
| /bin/sh: 1: lzop: not found
make[2]: Warning: File `arch/arm/boot/compressed/../Image’ has modification time 0.75 s in the future
LZO arch/arm/boot/compressed/piggy.lzo
/bin/sh: 1: lzop: not found
make[2]: * [arch/arm/boot/compressed/piggy.lzo] Error 1
make[1]: * [arch/arm/boot/compressed/vmlinux] Error 2
make: * [zImage] Error 2

错误提示为:/bin/sh 没有lzop工具,(百度,lzop是一种压缩软件),
果断安装,sudo apt-get install lzop

重新编译内核,OK!

0 0
原创粉丝点击