Hi,
On Monday 09 May 2005 07:04, Filip Navara wrote:
>
> Let me guess ... you're using GCC 3.4.x, right? To compile QEMU with
> MinGW you need to use GCC 3.3.x, otherwise op.c will get overoptimized
> and QEMU can't handle that...
Oh, yes, I check and find my cross-tools i386-mingw32msvc is gcc
Cai Qiang wrote:
[snip]
I has also worked on serial port support for windows host, but my build of
qemu always crash, althrough I have tried different method: cross-compile
using i386-mingw32msvc; mingw/msys. If anyone who has build qemu windows
port can teach me about it, I will try to finish