Linux Kernel Compiltaion Fails Without Error - TechRepublic
Question
May 26, 2022 at 11:43 AM
anorakgravity00

Linux Kernel Compiltaion Fails Without Error

by anorakgravity00 . Updated 4 years ago

Hi

I am trying to add new system call to linux kernel but it fails without giving me any error here is the last lines before it stops. My Kernel Version: 5.15.0

Kernel Version I am installing: 5.17.4 & x86_64

CC kernel/iomem.o
CC kernel/rseq.o
CC kernel/watch_queue.o
CHK kernel/kheaders_data.tar.xz
GEN kernel/kheaders_data.tar.xz
AR kernel/built-in.a
CC [M] kernel/kheaders.o

after these lines it just stops, no error no warning.

This discussion is locked

All Comments