From 381e1d1206fecd949ab3d47544a205e4d7742b49 Mon Sep 17 00:00:00 2001 From: junmin kim Date: Fri, 11 Aug 2017 02:50:58 -0700 Subject: [PATCH] Replace recommended version of qemu with 2.10.0-rc2 some issue in qemu-2.0.0 which makes the instruction part of "sig_timedwait & up_sigdeliver" to be treated as "Undefined" --- build/configs/qemu/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/configs/qemu/README.md b/build/configs/qemu/README.md index 8df3c34..71986ba 100644 --- a/build/configs/qemu/README.md +++ b/build/configs/qemu/README.md @@ -10,9 +10,9 @@ QEMU uses lm3s6963-ek machine. ### QEMU installation ``` -wget http://download.qemu-project.org/qemu-2.0.0.tar.xz -tar xvjf qemu-2.0.0.tar.xz -cd qemu-2.0.0 +wget http://download.qemu-project.org/qemu-2.10.0-rc2.tar.xz +tar xvJf qemu-2.10.0-rc2.tar.xz +cd qemu-2.10.0-rc2 ./configure --target-list=arm-softmmu make -j 4 Check executable in "arm-softmmu/qemu-system-arm" -- 2.7.4