【发布时间】:2019-11-15 20:35:17
【问题描述】:
我正在尝试编译linux,但不断收到以下错误
$sudo make install
sh ./arch/x86/boot/install.sh 4.14.28-2018840814 arch/x86/boot/bzImage \
System.map "boot/"
*** Missing file: arch/x86/boot/bzImage
*** you need to run "make before "make install".
我遵循了这个方向,但坚持安装:
$ 使 mrproper
$ 制作菜单配置
$ make -j4
$ sudo make modules_install
$ sudo cp .config /boot/config-make kernelrelease
$ sudo make install
$ sudo 重启
【问题讨论】:
-
你交叉编译了吗?
-
运行
make时有任何错误吗?很确定内核编译失败并且没有生成 bzImage
标签: linux linux-kernel