I'm trying top compile a kernel from https://github.com/lollipop-og/kernel_msm by @Kevinjoa, but it fails with this error message. Can anybody help me?
Code:
WARNING: vmlinux.o(.meminit.text+0x48c): Section mismatch in reference from the function free_area_init_node() to the function .init.text:set_pageblock_order()
The function __meminit free_area_init_node() references
a function __init set_pageblock_order().
If set_pageblock_order is only used by free_area_init_node then
annotate set_pageblock_order with a matching annotation.
To build the kernel despite the mismatches, build with:
'make CONFIG_NO_ERROR_ON_MISMATCH=y'
(NOTE: This is not recommended)
make[1]: ** [vmlinux.o] Erro 1
make: ** [vmlinux.o] Erro 2
0 commentaires:
Enregistrer un commentaire