Home > OS >  When compiling the kernel problems, please take a look at. Makefile: 1078: a recipe for target '
When compiling the kernel problems, please take a look at. Makefile: 1078: a recipe for target '

Time:09-17

In ububtu18.04 compiled on Linux - 5.5.1, prompted:
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.
oAR init/built - in a
LD vmlinux. O
Killed
The Makefile: 1078: the recipe for target 'vmlinux failed
Make: * * * [vmlinux] Error 137
Root @ ubuntu:/usr/SRC/Linux - 5.5.1 #



Can you tell me how should solve?

CodePudding user response:

With this method a try?
http://www.blog.chinaunix.net/uid-14518381-id-3237967.html

CodePudding user response:

After make distclean, make again see
I feel the kernel configuration problems, lead to can't assembly vmlinux
  • Related