Riggs6012 submitted a new resource:
Linux Kernel toolchain GCC 11.1.0 with plugins and LLVM 20.0.0 - Kernel toolchain
Ok this toolchain has three gcc compilers x86_64-linux-androidkernel-gcc for kernels 5.17 and down. x86_64-linux-gnu-gcc is for kernels 5.18 and after. aarch64-linux-gnu-gcc is for phones just load the defconfig. All GCC compilers have plugins. To use the LLVM part just edit your kernels root Makefile like this:View attachment 2747
For KCSAN plugin I recommend a device with 32GB of RAM.
To use:
export PATH=$PATH:/path/to/kernel-king/bin
make O=out android-x86_64_defconfig...
View the full version of this resource...
Linux Kernel toolchain GCC 11.1.0 with plugins and LLVM 20.0.0 - Kernel toolchain
Ok this toolchain has three gcc compilers x86_64-linux-androidkernel-gcc for kernels 5.17 and down. x86_64-linux-gnu-gcc is for kernels 5.18 and after. aarch64-linux-gnu-gcc is for phones just load the defconfig. All GCC compilers have plugins. To use the LLVM part just edit your kernels root Makefile like this:View attachment 2747
For KCSAN plugin I recommend a device with 32GB of RAM.
To use:
export PATH=$PATH:/path/to/kernel-king/bin
make O=out android-x86_64_defconfig...
View the full version of this resource...