Manual kernel compilation fails.
Good afternoon,
I've got a problem with compiling a Linux kernel using the PKGBUILD file provided from the Artix Linux gitea.
Compilation ends with:
UPD include/generated/utsversion.h
CC init/version-timestamp.o
LD .tmp_vmlinux.btf
scripts/link-vmlinux.sh: line 50: 23201 Killed ${ld} ${ldflags} -o ${output} ${wl}--whole-archive ${objs} ${wl}--no-whole-archive ${wl}--start-group ${libs} ${wl}--end-group $@ ${ldlibs}
BTF .btf.vmlinux.bin.o
pahole: .tmp_vmlinux.btf: Invalid argument
LD .tmp_vmlinux.kallsyms1
.btf.vmlinux.bin.o: file not recognized: file format not recognized
make[2]: *** [scripts/Makefile.vmlinux:36: vmlinux] Error 1
make[1]: *** [/source/src/linux-6.5.7/Makefile:1250: vmlinux] Error 2
make: *** [Makefile:234: __sub-make] Error 2
==> ERROR: A failure occurred in build().
Aborting...
What package do am I missing for pahole?