Resource icon

Software Android-x86 Kernel toolchain GCC 11.1.0 with plugins and LLVM 20.0.0 1

Here's another tip download the same kernel version that you want to build. Download it from Android and copy the makefiles over. Then you get LTO for specific objects and the vmlinux.o


Cheers.
Now that you have compiled a Android-x86 kernel with LLVM you realized you have been played for years with one compiler.
For those of you having a llvm assembler error add this to your build command: LLVM_IAS=1
I build as much as I can with LLVM and I have been under surveillance and some stuff doesn't compile although it should there is so much more I can release but someone is keeping a lid on it.
Top