使用 Ubuntu 20.04 构建自己的内核时出错

使用 Ubuntu 20.04 构建自己的内核时出错

我们正在使用 Ubuntu 20.04 并使用以下链接构建我们自己的内核。站点:https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

#命令:

LANG=C fakeroot debian/rules clean
// quicker build:

LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

After entering above command below error comes in kernel compilation.


make[4]: *** [/home/embed/workspace/Intel_3930/custom5/custom4/disco/scripts/Makefile.build:515: drivers/net/ethernet] Error 2
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [/home/embed/workspace/Intel_3930/custom5/custom4/disco/scripts/Makefile.build:515: drivers/net] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/home/embed/workspace/Intel_3930/custom5/custom4/disco/Makefile:1103: drivers] Error 2
make[2]: Leaving directory '/home/embed/workspace/Intel_3930/custom5/custom4/disco/debian/build/build-generic'
make[1]: *** [Makefile:173: sub-make] Error 2
make[1]: Leaving directory '/home/embed/workspace/Intel_3930/custom5/custom4/disco'
make: *** [debian/rules.d/2-binary-arch.mk:50: /home/embed/workspace/Intel_3930/custom5/custom4/disco/debian/stamps/stamp-build-generic] Error 2

请帮助我解决这个问题。

阿贾伊

相关内容