Hello all,
When I tried to compile the kernel, I got a message about missing linux/arch/riscv/
nezha_fedora_defconfig , so I switched to a different branch that had that file and re-ran the compiler, but I am now receiving the following error:
GEN kernel/kheaders_data.tar.xz
make[2]: *** [kernel/Makefile:159: kernel/kheaders_data.tar.xz] Error 127
make[1]: *** [Makefile:1851: kernel] Error 2
make[1]: Leaving directory '/home/builder/fedora-d1/linux'
make: *** [Makefile:39: linux] Error 2
I see some advice online about using menuconfig to disable kernel headers, but as I don't have any experience compiling the Kernel, and the Fedora page does not mention doing this, I am wary to make any changes to the build process..
Has anyone else managed to follow these (or any other) instructions and build their own Linux image?
Gabe