qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] kqemu development - mingw issue


From: Bartlomiej Celary
Subject: [Qemu-devel] kqemu development - mingw issue
Date: Thu, 12 Mar 2009 13:16:59 +0100

Hi,
I have found a kqemu version 1.4 which should be working with current
development version of Qemu (got it from here:
http://www.sfr-fresh.com/unix/privat/kqemu-1.4.0pre1.tar.gz). I have
seen some posts regarding this peace of software and am not sure if it
is in any way developed. I am not sure if the author is still working
on it.

My actual problem is that under mingw I am not able to compile it. The
problem is in the ASM code (obviously...) which I have no idea about:

gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I..
-D__ASSEMBLY__ -c -o i386/monitor_asm.o i386/monitor_asm.S
i386/monitor_asm.S: Assembler messages:
i386/monitor_asm.S:264: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:264: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:264: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:264: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:266: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:266: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:266: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:266: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:272: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:272: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:275: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:275: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:295: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:295: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:300: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:300: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:303: Error: junk at end of line, first unrecognized
character is `"'
i386/monitor_asm.S:303: Error: unknown pseudo-op: `.previous'
i386/monitor_asm.S:315: Error: junk at end of line, first unrecognized
character is `"'
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.

Best Regards,
Bartek Celary




reply via email to

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