compiling centOS 3.10.0-1160.11.1.rt56.1145.el7.x86_64. after adding the CONFIG_PPS =y option

Issues related to applications and software problems
Post Reply
cdprasad
Posts: 3
Joined: 2022/05/09 00:24:27

compiling centOS 3.10.0-1160.11.1.rt56.1145.el7.x86_64. after adding the CONFIG_PPS =y option

Post by cdprasad » 2022/06/24 07:16:39

Hi

I make an update to the kernel using

sudo make menuconfig

after adding CONFIG_PPS=y, i wanted to compile
i did sudo make and get the following error, Any suggestions please?

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.

Thnx

User avatar
TrevorH
Site Admin
Posts: 33191
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: compiling centOS 3.10.0-1160.11.1.rt56.1145.el7.x86_64. after adding the CONFIG_PPS =y option

Post by TrevorH » 2022/06/24 10:11:52

Why? I don't have the RT kernel installed (not many people need it) but in the main distro kernel CONFIG_PPS=m which means it is a module and you can just modprobe it. No need to recompile.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply