Unable to re-build CentOS 7.7 kernel
by OptimusPenguin from LinuxQuestions.org on (#54T4S)
I am able to do:
Code:make menuconfigand update the .config file without issue but when it comes to building...
Code:[root@localhost 3.10.0-1062.el7.x86_64]# uname -a
Linux localhost.localdomain 3.10.0-1062.el7.x86_64 #1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost 3.10.0-1062.el7.x86_64]# pwd
/usr/src/kernels/3.10.0-1062.el7.x86_64
[root@localhost 3.10.0-1062.el7.x86_64]# make
make[1]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h'. Stop.
make: *** [archheaders] Error 2What am I missing here?


Code:make menuconfigand update the .config file without issue but when it comes to building...
Code:[root@localhost 3.10.0-1062.el7.x86_64]# uname -a
Linux localhost.localdomain 3.10.0-1062.el7.x86_64 #1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost 3.10.0-1062.el7.x86_64]# pwd
/usr/src/kernels/3.10.0-1062.el7.x86_64
[root@localhost 3.10.0-1062.el7.x86_64]# make
make[1]: *** No rule to make target `arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h'. Stop.
make: *** [archheaders] Error 2What am I missing here?