On Thu, Mar 23, 2023 at 09:31:10AM +0800, David Gow wrote:
The most convenient workarounds (other than having newer gcc / binutils) are probably to either run against a different architecture (e.g. --arch x86_64) or to build with clang (--make_options LLVM=1). Those should be a bit more stable for bisections than UML on the older gcc versions.
Running with --arch x86_64 or arm64 seems to work around the problem, thanks!