On 7 April 2015 at 22:46, Liviu Ionescu <i...@livius.net> wrote: > >> On 08 Apr 2015, at 00:30, Peter Maydell <peter.mayd...@linaro.org> wrote: >> >> On 7 April 2015 at 22:21, Liviu Ionescu <i...@livius.net> wrote: >>> I could not identify if the problem is within qemu or mingw-w64, >>> but I would not rule out a problem in qemu. I would first suspect >>> a customisation made especially for mingw-w32, which is not >>> appropriate for the 64-bit version of mingw-w64. >> >> I have successfully run QEMU in the past built with the Ubuntu >> gcc-mingw-w64 compiler. > > yes, if you compile the 32-bit version with the mingw-w64, it works. > > problems occur only with the 64-bit version.
No, I built an actual 64 bit Windows binary and it worked. > those interested can easily reproduce the problem, both on MSYS2 and Arch. > > if your tests were indeed done with mingw-w64, the 64-bit toolchain, > I guess it was an older version of qemu. all my tests were done with > the latest git sources (2.2.92). It was a while back. So it could possibly be a newly added issue. Or it could be that my setup and your setup are different. In particular it would have been somewhere around commit ff4873cb8c, because that is specifically fixing a bug which meant that 64-bit Windows builds didn't work, and once that was fixed they did work. You could see if that commit works for you, and if it does then bisect. -- PMM