First page Back Continue Last page Overview Graphics
qemu user emulation
User emulation
(Linux host only)
User mode emulation : can run applications compiled for another CPU.
Supported: x86, ppc, arm, sparc, mips, m68k
Easy to run BusyBox for arm on i386 GNU / Linux:
qemu-arm -L /usr/local/arm/3.3.2 \
/home/bart/arm/busybox-1.4.1/busybox ls
-L: target C library binaries path (here cross-compiler toolchain path)