Skip to content
  • Kate Mason @kate.mason ·

    I have this error. Could someone advice?

    [user@dom0 5.10.112-1.fc32.qubes.x86_64]$ sudo make prepare
    make[1]: *** No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'.  Stop.
    make: *** [arch/x86/Makefile:218: archscripts] Error 2
  • @kate.mason in my case (R4.1) the sudo make prepare required an additional parameter: sudo make prepare M=$$PWD

  • Joao Azevedo @joao.azevedo ·

    the command sudo make oldconfig && sudo make prepare should now be:

    sudo make oldconfig && sudo make prepare M="$(pwd)"

  • Why is the command not corrected in the snippet.md in order to be clearer for new visitors?

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment