在ububtu18.04上編譯linux-5.5.1時,出現提示:
root@ubuntu:/usr/src/linux-5.5.1# sudo make
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
AR init/built-in.a
LD vmlinux.o
Killed
Makefile:1078: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 137
root@ubuntu:/usr/src/linux-5.5.1#

請問應該如何解決?
uj5u.com熱心網友回復:
用這個方法試試?http://www.blog.chinaunix.net/uid-14518381-id-3237967.html
uj5u.com熱心網友回復:
make distclean后,再重新make看看我感覺內核配置出問題,導致不能組裝vmlinux
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/46232.html
標籤:內核源代碼研究區
