Error Cross Comppiling Kernel according to the page Zero/dev/kernel - Radxa Wiki on Build Kernel $ make -j8 command on WSL Ubuntu 20.04, what am I missing?
AR drivers/built-in.a
GEN .version
CHK include/generated/compile.h
LD vmlinux.o
MODPOST vmlinux.symvers
MODINFO modules.builtin.modinfo
GEN modules.builtin
LD .tmp_vmlinux.kallsyms1
/opt/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf/bin/aarch64-none-elf-ld: drivers/tty/vt/keyboard.o: in function do_compute_shiftstate': keyboard.c:(.text+0x630): undefined reference to
key_maps’
/opt/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf/bin/aarch64-none-elf-ld: drivers/tty/vt/keyboard.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `key_maps’ which may bind externally can not be used when making a shared object; recompile with -fPIC
keyboard.c:(.text+0x630): dangerous relocation: unsupported relocation
ETC ETC… similar error varying function, and codes. ending in
make: *** [Makefile:1179: vmlinux] Error 1