From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Le49l-00089n-Eo for qemu-devel@nongnu.org; Mon, 02 Mar 2009 04:09:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Le49j-00086v-Gv for qemu-devel@nongnu.org; Mon, 02 Mar 2009 04:09:48 -0500 Received: from [199.232.76.173] (port=43636 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Le49j-00086c-AE for qemu-devel@nongnu.org; Mon, 02 Mar 2009 04:09:47 -0500 Received: from moutng.kundenserver.de ([212.227.126.188]:65438) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Le49h-0003Y4-Uq for qemu-devel@nongnu.org; Mon, 02 Mar 2009 04:09:47 -0500 Received: from localhost ([127.0.0.1] ident=stefan) by flocke.weilnetz.de with esmtp (Exim 4.69) (envelope-from ) id 1Le49f-0006zC-HG for qemu-devel@nongnu.org; Mon, 02 Mar 2009 10:09:43 +0100 Message-ID: <49ABA257.2080705@mail.berlios.de> Date: Mon, 02 Mar 2009 10:09:43 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Debugging Qemu binary on Win32 References: <49A9A69F.6000309@bttr-software.de> <49AAF453.2070509@bttr-software.de> In-Reply-To: <49AAF453.2070509@bttr-software.de> Content-Type: text/plain; charset=ISO-8859-1 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 Robert Riebisch schrieb: > Alex wrote: > > >>> How can I debug my Qemu SVN binary on Win32? When I remove flags "-O2" >>> or "-fomit-frame-pointer" Qemu.exe doesn't build anymore. :-( >>> >> I've seen this problem with old mingw. GCC4 with all latest mingw libs >> compiles it with -O0. >> > > But there's no official MinGW GCC 4. > > Robert Riebisch > Debian's mingw32 (4.2.1.dfsg-1) contains i586-mingw32msvc-gcc 4.2.1. I use it to check Windows compilation without leaving my Linux environment. Regards Stefan Weil