Linux自定义编译失败,错误为

时间:2016-01-11 17:37:01

标签: linux configuration makefile

我已经下载了最新的linux源码并且我正在尝试编译但是它失败并出现以下错误

make[1]: *** No rule to make target `kernel/groups.o', needed by `kernel/built-in.o'.  Stop.
make: *** [kernel] Error 2

我在Ubuntu14.04以及rhel7的基础上尝试过但是得到了同样的错误。 有点谷歌搜索发现,这是作为早期rhel的错误,他们回答说“我们不能支持每个配置”

我尝试使用make defconfig,localmodconfig menuconfig但无济于事。

什么应该是避免此错误的配置..? 任何人都能在i386上编译和构建linux4.3 ..

评论后编辑

我刚从你给的链接中下载了

  

1.make mrproper localmodconfig   2.make   3.制作模块   4. make modules_install   5.在此步骤中设置安装/获取错误

[root@bay16 linux-4.4]# make install
sh ./arch/x86/boot/install.sh 4.4.0 arch/x86/boot/bzImage \
                System.map "/boot"
ERROR: modinfo: could not find module ipt_MASQUERADE
ERROR: modinfo: could not find module iptable_nat
ERROR: modinfo: could not find module nf_nat
ERROR: modinfo: could not find module freq_table
ERROR: modinfo: could not find module power_meter
ERROR: modinfo: could not find module microcode

0 个答案:

没有答案