From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhrlK-0003u7-Rz for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:44:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhrlJ-0003tc-Cb for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:44:18 -0400 Received: from [199.232.76.173] (port=41005 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhrlJ-0003tY-71 for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:44:17 -0400 Received: from mailout.artfiles.de ([80.252.97.80]:53215) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LhrlI-0000xg-Mb for qemu-devel@nongnu.org; Thu, 12 Mar 2009 16:44:16 -0400 Received: from [77.128.52.158] (helo=[192.168.0.4]) auth=rr@bttr-software.de by mailout.artfiles.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) id 1Lhrl9-0007zH-0W for qemu-devel@nongnu.org; Thu, 12 Mar 2009 21:44:07 +0100 Message-ID: <49B97412.3080905@bttr-software.de> Date: Thu, 12 Mar 2009 21:44:02 +0100 From: Robert Riebisch MIME-Version: 1.0 Subject: Re: [Qemu-devel] kqemu development - mingw issue References: <97c31bd80903120516i6bc75077o17965e278b9d19c0@mail.gmail.com> In-Reply-To: <97c31bd80903120516i6bc75077o17965e278b9d19c0@mail.gmail.com> Content-Type: text/plain; charset=us-ascii 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 Bartlomiej Celary wrote: > i386/monitor_asm.S:315: Error: unknown pseudo-op: `.previous' > i386/monitor_asm.S:347: Error: junk at end of line, first unrecognized > character is `"' > i386/monitor_asm.S:347: Error: unknown pseudo-op: `.previous' > > I have only managed to figure out that the .previous directive is not > supported in my case, and so this peace of code is probably the > problem: > > #define SEG_EXCEPTION(label) \ > .section "seg_ex_table", "a" ; \ > .long label ; \ > .previous > > also another issue is tha " character... > > Any help greatly appreciated. Are you using Windows to build KQEMU? AFAIK that won't work, because you need ELF support + MinGW cross-compiler. Robert Riebisch -- BTTR Software http://www.bttr-software.de/