Comment 18 for bug 1935850

Revision history for this message
Michael Black (mblack154) wrote :

Wang
Have a patch to test from intel. Attempting to compile doing the following:

1) Copy old config over to source
2) make oldconfig (Accept default changes)
3) make -j8
4) sudo make modules_install

At this point I get this error:

arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
sed: can't read modules.order: No such file or directory
make: *** [Makefile:1485: __modinst_pre] Error 2

I have made sure that binutils are install. Any input would be appropriated.