arch/x86/Makefile:142: CONFIG_X86_X32 enabled but no binutils support
sed: can't read modules.order: No such fileordirectory
make: ***[Makefile:1479: __modinst_pre] Error 2
$ sudo make modules_install
arch/x86/Makefile:142: CONFIG_X86_X32 enabled but no binutils support
sed: can't read modules.order: No such fileordirectory
make: ***[Makefile:1479: __modinst_pre] Error 2
这个报错原因是 `CONFIG_X86_X32 enabled but no binutils support`,选择重新编译binutils或者禁用CONFIG_X86_X32,我选择禁用,编辑.config文件,将CONFIG_X86_X32=y改为CONFIG_X86_X32=n。重新运行`make -j4`,不再报此处错误。
这个报错原因是 `CONFIG_X86_X32 enabled but no binutils support`,选择重新编译binutils或者禁用CONFIG_X86_X32,我选择禁用,编辑.config文件,将CONFIG_X86_X32=y改为CONFIG_X86_X32=n。重新运行`make -j4`,不再报此处错误。
$ sudo make modules_install
sed: can't read modules.order: No such fileordirectory
make: ***[Makefile:1479: __modinst_pre] Error 2
$ sudo make modules_install
sed: can't read modules.order: No such fileordirectory
make: ***[Makefile:1479: __modinst_pre] Error 2
sudo depmod
sudo make modules_prepare
sudo depmod
sudo make modules_prepare
make[1]: ***No rule to make target 'debian/canonical-certs.pem', needed by 'certs/x509_certificate_list'. Stop.
make[1]: ***No rule to make target 'debian/canonical-certs.pem', needed by 'certs/x509_certificate_list'. Stop.