On Thu, Feb 29, 2024 at 09:32:11AM +0200, Tony Lindgren wrote: > > cause. I also do not have a good toolchain setup for compiling custom > > kernels for this setup (and limited time for setting up one), so I do > > not expect to be able to provide more testing or a patch anytime soon. > > The buildall script should allow you to easily build a cross compiler > on pretty much any current Linux host. I think this is the current > git tree for it: > > https://github.com/nathanchance/buildall That is actually a fork of http://git.infradead.org/users/segher/buildall.git from Segher Boessenkool, which appears to no longer exist, so good thing I did that :) > Seems like buildall should be hosted at kernel.org but I don't know the > details, so adding Nathan to Cc too. For what it's worth, there are prebuilt GCC and LLVM toolchains on kernel.org that should work with the majority of distros on aarch64 and x86_64 hosts. https://mirrors.edge.kernel.org/pub/tools/crosstool/ https://mirrors.edge.kernel.org/pub/tools/llvm/ Arnd maintains the GCC ones, I maintain the LLVM ones. Cheers, Nathan