Build qemu-user-static from source code | Logan's Note
logan.tw › posts › 2018/02/18Feb 18, 2018 · Build qemu-user-static from source code. 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.