I know that this might be a dead project, but I am facing this issue when launching the first command to build the kernel
make -j $(expr $(nproc) - 1) KCONFIG_CONFIG=Microsoft/config-wsl modules
builds lots of files but then it errors like this:
MODPOST vmlinux.symvers
MODINFO modules.builtin.modinfo
GEN modules.builtin
LD .tmp_vmlinux.btf
BTF .btf.vmlinux.bin.o
LD .tmp_vmlinux.kallsyms1
KSYMS .tmp_vmlinux.kallsyms1.S
AS .tmp_vmlinux.kallsyms1.S
LD .tmp_vmlinux.kallsyms2
KSYMS .tmp_vmlinux.kallsyms2.S
AS .tmp_vmlinux.kallsyms2.S
LD vmlinux
BTFIDS vmlinux
FAILED: load BTF from vmlinux: Unknown error -22make: *** [Makefile:1179: vmlinux] Error 255
I am in a fresh ubuntu installation.
I know that this might be a dead project, but I am facing this issue when launching the first command to build the kernel
make -j $(expr $(nproc) - 1) KCONFIG_CONFIG=Microsoft/config-wsl modulesbuilds lots of files but then it errors like this:
I am in a fresh ubuntu installation.