On 5 April 2018 at 17:44, <alar...@ddci.com> wrote: > "Peter Maydell" <peter.mayd...@linaro.org> wrote on 04/05/2018 09:05:53 > AM: >> I've just tried your attached test image ... > > Curious. I just downloaded qemu-2.12.0-rc2.tar.xz and built it using > Cygwin (a version from about a month ago) using mingw compilers > (mingw64-i686-gcc-g++ 6.4.0), and I still see the issue when the > resulting QEMU binary is run using -icount 2 against my test binary, > but not when run without -icount. Here are the commands used: > > ../qemu-2.12.0-rc2/configure --python=/usr/bin/python \ > '--with-pkgversion=DDCI QEMU 2.12.0-rc2' \ > --prefix=/usr/local/qemu \ > --enable-sdl --with-sdlabi=2.0 \ > '--target-list=aarch64-softmmu ppc64-softmmu x86_64-softmmu' \ > --cross-prefix=i686-w64-mingw32- > /usr/bin/make -Otarget -j 8 > > Any suggestions of things to try?
Can you reproduce the problem on a Linux host? It would be interesting to identify if this is a Windows-host specific issue somehow. thanks -- PMM