简体   繁体   中英

I am getting an error after the command: make clean. Cleaning the android kernel from garbage

I have the linux kernel sources, but when I try to remove unnecessary garbage (if you follow the video manual), it gives an error:

make clean 
/bin/sh: 1: cd: can't cd to /lib/modules/5.14.0-kali4-amd64/build 

Problem solved! The problem was the missing build directory. Installation: apt-get install linux-headers-kernel worked but required a reboot of the device. Setting the kernel package headers can also help.

"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM