On 16/5/20 11:54, Mauro Carvalho Chehab wrote:
Em Sat, 16 May 2020 15:23:57 +0200
Finn Rayment <finn@xxxxxxxxxx> escreveu:
Hello,
I've cloned HEAD from atomisp_v2 (commit bb1407f0d...), tried to compile
it on a T100TA and have received the following error:
arch/x86/kvm/../../../virt/kvm/kvm_main.c: In function
__kvm_gfn_to_hva_cache_init:
arch/x86/kvm/../../../virt/kvm/kvm_main.c:2442:42: error: nr_pages_avail
may be used uninitialized in this function [-Werror=maybe-uninitialized]
Commenting out the third line in arch/x86/kvm/Makefile has solved this
for me. Aside from warnings, this is the only error I receive during
compilation.
After installing the kernel and booting to Arch Linux, it gets stuck at
"Loading initial ramdisk" with no extra information even with
`loglevel=7` set. I will try to diagnose the issue and ensure I haven't
incorrectly installed the kernel - will also try to compile on another
computer.
Let me know if I can offer any other help or more information, I would
love to contribute to the development of these drivers.
Regards,
Finn.
Let me enclose the .config file I used here. Perhaps using the same one
as a starting point would help building it.
Thanks,
Mauro
Thank you for the config. I've tried compiling on the T100TA itself and
a second computer and on both I am receiving this error now:
make[1]: *** [kernel/Makefile:136: kernel/kheaders_data.tar.xz] Error 127
make: *** [Makefile:1722: kernel] Error 2
make: *** Waiting for unfinished jobs....
I am unable to finish generating the modules because of this.
Regards,
Finn.