From: junmin kim Date: Fri, 11 Aug 2017 09:50:58 +0000 (-0700) Subject: Replace recommended version of qemu with 2.10.0-rc2 X-Git-Tag: 1.1_Public_Release~358^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=381e1d1206fecd949ab3d47544a205e4d7742b49;p=rtos%2Ftinyara.git 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" --- 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"