qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] kqemu development - mingw issue


From: Robert Riebisch
Subject: Re: [Qemu-devel] kqemu development - mingw issue
Date: Thu, 12 Mar 2009 21:44:02 +0100
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]