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: Johannes Schindelin
Subject: Re: [Qemu-devel] kqemu development - mingw issue
Date: Fri, 13 Mar 2009 00:06:42 +0100 (CET)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

Hi,

On Thu, 12 Mar 2009, Robert Riebisch wrote:

> 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.

Why should you need ELF support?  The Windows support in kqemu should make 
a Windows service, which is COFF/PE as everything else in Windows...

Having said that, I was never bold enough to try to compile it myself.

Ciao,
Dscho





reply via email to

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