android_kernel_samsung_exynos9610_mint icon indicating copy to clipboard operation
android_kernel_samsung_exynos9610_mint copied to clipboard

Move to a newer toolchain

Open TenSeventy7 opened this issue 3 years ago • 1 comments

The current Proton Clang/LLVM 13 toolchain Mint Kernel is using no longer works properly on newer glibc versions, notably shipping versions on Fedora 37. I've been building them locally using an Ubuntu 22.04 toolbox instance, but even this isn't sustainable.

We have two options, both will need work on the source tree.

  1. Upgrade the LLVM toolchain we're using. We would need to determine the new optimizations as building with them results into an unbootable kernel.

  2. Move to GCC, even Cruel-GCC 11.x works fine. Our tree has a significant amount of code quality issues that needs fixing if we want to fully take advantage of this toolchain, though.

TenSeventy7 avatar Dec 14 '22 12:12 TenSeventy7

Neutron wen?

shineui01 avatar Jul 10 '25 17:07 shineui01