qemu-user-static
is an important tool for cross-architecture developers.
It allows developers to create a chroot environment and run the
cross-compiled programs. For example, a developer may run an AArch64
executable without the overhead of system-level emulation.
I usually install the qemu-user-static
binaries from Ubuntu apt
repository. However, I encountered some …