qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] softmmu thoughts


From: André Braga
Subject: Re: [Qemu-devel] softmmu thoughts
Date: Thu, 16 Dec 2004 15:21:17 -0200

Maybe this could help?
http://www.codeproject.com/threads/ucontext.asp

There might be a working ucontext.h in the headers of UWIN as well,
you might want to check it out:
http://www.research.att.com/sw/tools/uwin/

I haven't tested neither, btw.


--
"A year spent in artificial intelligence is enough to make one believe in God"
Alan J. Perlis




On Thu, 16 Dec 2004 17:53:44 +0200, Elefterios Stamatogiannakis
<address@hidden> wrote:
>   I tried to compile it under mingw and it failed. This patch is for
> linux only?
> 
>   (today's cvs with all three patches cleanly applied)
> ---------
> $ gcc -dumpversion
> 3.2.3
> ---------
> gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. 
> -I/c/Projects/qemu/target-i386 -I/c/Projects/qemu -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/c/Projects/qemu/slirp -c
> -o vl.o /c/Projects/qemu/vl.c
> In file included from c:/Projects/qemu/target-i386/cpu.h:34,
>                   from c:/Projects/qemu/vl.h:73,
>                   from c:/Projects/qemu/vl.c:24:
> c:/Projects/qemu/mmu_map.h:22:22: ucontext.h: No such file or directory
> In file included from c:/Projects/qemu/target-i386/cpu.h:34,
>                   from c:/Projects/qemu/vl.h:73,
>                   from c:/Projects/qemu/vl.c:24:
> c:/Projects/qemu/mmu_map.h:112: parse error before '*' token
> c:/Projects/qemu/mmu_map.h: In function `mmu_map_fault_get_vaddr':
> c:/Projects/qemu/mmu_map.h:117: `addr' undeclared (first use in this
> function)
> ---------
> 
> teris.
>




reply via email to

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