$ sudo apt install qemu-system-arm
$ qemu-system-arm --machine help
$ sudo apt install qemu-user
qemu-user
에 sysroot부여이전글의 target sysroot는 x-tools/arm-hello-linux-uclibcgnueabihf/arm-hello-linux-uclibcgnueabihf/sysroot
이다.
-L
옵션으로 이를 제공한다.
$ qemu-arm -L x-tools/arm-hello-linux-uclibcgnueabihf/arm-hello-linux-uclibcgnueabihf/sysroot ./sample
hello world