Description
I downloaded the zip file twice and got the error.
I unzipped using 7zip administrator mode.
Then I ran the make command to make
189 mv /mnt/c/users/stasoman/documents/WSL2-Linux-Kernel /home/root/
190 d /home
191 cd /home
192 ls
193 cd root
194 ls
195 make KCONFIG_CONFIG=Microsoft/config-wsl -j2
^^ Note I ran make from /home/root folder
Towards the end I got these errors, I got them twice from multiple downloaded source zip file
CC lib/percpu_counter.o
CC lib/error-inject.o
CC net/netfilter/xt_nat.o
CC lib/syscall.o
CC lib/nlattr.o
make[2]: *** No rule to make target 'net/netfilter/xt_HL.o', needed by 'net/netfilter/built-in.a'. Stop.
make[2]: *** Waiting for unfinished jobs....
CC net/netfilter/xt_CHECKSUM.o
CC lib/cpu_rmap.o
make[1]: *** [scripts/Makefile.build:552: net/netfilter] Error 2
make: *** [Makefile:1898: net] Error 2
make: *** Waiting for unfinished jobs....
CC lib/dynamic_queue_limits.o
CC lib/glob.o
CC lib/strncpy_from_user.o
CC lib/strnlen_user.o
CC lib/net_utils.o
CC lib/sg_pool.o
CC lib/memregion.o
CC lib/asn1_decoder.o
GEN lib/oid_registry_data.c
CC lib/ucs2_string.o
CC lib/sbitmap.o
AR lib/lib.a
GEN lib/crc32table.h
CC lib/oid_registry.o
CC lib/crc32.o
AR lib/built-in.a
It looks like a fail for me, no success message and above is how it ends