.deb
几个月前我成功编译并安装了 linux 源码。过程大致如下:
- 将现有的配置文件复制到当前文件夹(例如:cp /boot/config-xxxxx-generic .config)
- 制作菜单配置
- 制作-j4 deb-pkg LOCALVERSION = -custom
.... 那么编译需要很长时间
最近我在第3步失败了,错误信息显示:
make[2]: *** [debian/rules:7: build-arch] Error2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
make[1]: *** [scripts/Makefile.package:77: deb-pkg] Error 2
我发现了一些类似的问题,并表明问题出在配置文件上。我也尝试通过生成配置文件,make oldconfig
但仍然失败。
有人知道如何解决吗?
PS1. 在我的模糊记忆中,几个月前,我需要禁用某些东西.config
才能成功构建它。我不确定我到底屏蔽了什么,这是否与问题有关。
PS2. 我复制的配置文件与 5.13 非常接近
提前致谢!