From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DV2RA-0001fd-Ri for qemu-devel@nongnu.org; Mon, 09 May 2005 03:12:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DV2R9-0001f7-TU for qemu-devel@nongnu.org; Mon, 09 May 2005 03:12:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DV2R9-0001f4-QX for qemu-devel@nongnu.org; Mon, 09 May 2005 03:12:19 -0400 Received: from [195.250.128.79] (helo=smtp4.vol.cz) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1DV2Pv-0007l0-46 for qemu-devel@nongnu.org; Mon, 09 May 2005 03:11:03 -0400 Received: from [10.0.0.2] (prg-v-6-220.static.adsl.vol.cz [62.177.70.220]) by smtp4.vol.cz (8.12.11/8.12.9) with ESMTP id j4974sB9016513 for ; Mon, 9 May 2005 09:04:54 +0200 (CEST) (envelope-from navaraf@reactos.com) Message-ID: <427F0B96.3050008@reactos.com> Date: Mon, 09 May 2005 09:04:54 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] patch for serial port support(linux host only) References: <200505091001.08680.caiqiang@ustc.edu> In-Reply-To: <200505091001.08680.caiqiang@ustc.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 my windows support when I >get time. > > [snip] 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... - Filip