haxe
haxe copied to clipboard
Can't run on aarch64 - android tablet
I can't run haxe on my device via termux. Last error was incompatible arch arm and aarch64, but the current error after downloading latest nightly (2025-04-09) is
executable's TLS segment is underaligned: alignment is 8, needs to be at least 64 for ARM64 Bionic
Any ideas?
Hi, it looks like this tool exists to solve issues like this: https://github.com/termux/termux-elf-cleaner?tab=readme-ov-file#termux-elf-cleaner. It claims to solve your error.