Riggs6012 submitted a new resource:
Android-x86 Kernel Toolchain GCC 4.9 (Nougat) - Build Android-x86 kernels with plugins enabled unlike the stock toolchain.
Hello once again I have built a kernel toolchain with being able to use plugins for my build. Make sure to set your kernel config to CONFIG_GCC_HAVE_PLUGINS=y.
Instructions:
export PATH=$PATH:/path to toolchain bin folder.
make O=out android-x86_64_defconfig
make O=out ARCH=x86_64 CROSS_COMPILE=x86_64-linux-androidkernel- bzImage modules
sudo make O=out modules_install
Thats all it takes to build a kernel cheers.
View the full version of this resource...
Android-x86 Kernel Toolchain GCC 4.9 (Nougat) - Build Android-x86 kernels with plugins enabled unlike the stock toolchain.
Hello once again I have built a kernel toolchain with being able to use plugins for my build. Make sure to set your kernel config to CONFIG_GCC_HAVE_PLUGINS=y.
Instructions:
export PATH=$PATH:/path to toolchain bin folder.
make O=out android-x86_64_defconfig
make O=out ARCH=x86_64 CROSS_COMPILE=x86_64-linux-androidkernel- bzImage modules
sudo make O=out modules_install
Thats all it takes to build a kernel cheers.
View the full version of this resource...