我正在尝试使用 GCC 9.3.0 为 Ubuntu 20.04 构建 Linux 内核 f。
那里有说明https://wiki.ubuntu.com/KernelTeam/GitKernelBuild
make -j $(getconf _NPROCESSORS_ONLN) deb-pkg LOCALVERSION=-custom
在长时间运行编译 C 源文件过程后,我得到了错误:
make[2]: *** [debian/rules:7: build-arch] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
make[1]: *** [scripts/Makefile.package:77: deb-pkg] Error 2
make: *** [Makefile:1559: deb-pkg] Error 2
这个错误可能是什么?