All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Collin <os2@videotron.ca>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Problem to compile qemu
Date: Sat, 19 Feb 2005 19:49:10 -0500	[thread overview]
Message-ID: <200502191949.10776.os2@videotron.ca> (raw)
In-Reply-To: <200502191335.10745.os2@videotron.ca>

Le 19 Février 2005 13:35, Marc Collin a écrit :
> hi
>
> i would like to try kqemu... i get qemu cvs file:
>
> when i do: ./configure i get:
>
> collinm@linux:~/Documents/qemu/qemu> ./configure
> Install prefix    /usr/local
> BIOS directory    /usr/local/share/qemu
> binary directory  /usr/local/bin
> Manual directory  /usr/local/share/man
> ELF interp prefix /usr/gnemul/qemu-%M
> Source path       /home/collinm/Documents/qemu/qemu
> C compiler        gcc
> make              make
> host CPU          i386
> host big endian   no
> target list       i386-user arm-user armeb-user sparc-user ppc-user
> i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu
> gprof enabled     no
> static build      no
> SDL support       no
> SDL static link   no
> mingw32 support   no
> Adlib support     no
> FMOD support      no
>
> KQEMU module configuration:
> kernel sources    /lib/modules/2.6.8-24.11-default/build
> kbuild type       2.6
> WARNING: cannot compile statically with SDL - qemu-fast won't have a
> graphical output
>
>
> when i do make i get:
>
> collinm@linux:~/Documents/qemu/qemu> make
> texi2html -monolithic -number qemu-doc.texi
> texi2html -monolithic -number qemu-tech.texi
> ./texi2pod.pl qemu-doc.texi qemu.pod
> pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1
> ./texi2pod.pl qemu-img.texi qemu-img.pod
> pod2man --section=1 --center=" " --release=" " qemu-img.pod > qemu-img.1
> for d in i386-user arm-user armeb-user sparc-user ppc-user sparc64-user
> i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu sparc64-softmmu; do \
> make -C $d all || exit 1 ; \
>         done
> make[1]: Entering directory `/home/collinm/Documents/qemu/qemu/i386-user'
> gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
> -I/home/collinm/Documents/qemu/qemu/target-i386
> -I/home/collinm/Documents/qemu/qemu
> -I/home/collinm/Documents/qemu/qemu/linux-user
> -I/home/collinm/Documents/qemu/qemu/linux-user/i386-D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -I/home/collinm/Documents/qemu/qemu/slirp -c -o
> elfload.o /home/collinm/Documents/qemu/qemu/linux-user/elfload.c
> gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
> -I/home/collinm/Documents/qemu/qemu/target-i386
> -I/home/collinm/Documents/qemu/qemu
> -I/home/collinm/Documents/qemu/qemu/linux-user
> -I/home/collinm/Documents/qemu/qemu/linux-user/i386-D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -I/home/collinm/Documents/qemu/qemu/slirp -c -o
> main.o /home/collinm/Documents/qemu/qemu/linux-user/main.c
> gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
> -I/home/collinm/Documents/qemu/qemu/target-i386
> -I/home/collinm/Documents/qemu/qemu
> -I/home/collinm/Documents/qemu/qemu/linux-user
> -I/home/collinm/Documents/qemu/qemu/linux-user/i386-D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -I/home/collinm/Documents/qemu/qemu/slirp -c -o
> syscall.o /home/collinm/Documents/qemu/qemu/linux-user/syscall.c
> /home/collinm/Documents/qemu/qemu/linux-user/syscall.c: In function
> `do_setsockopt':
> /home/collinm/Documents/qemu/qemu/linux-user/syscall.c:580: error:
> `SO_BSDCOMPAT' undeclared (first use in this function)
> /home/collinm/Documents/qemu/qemu/linux-user/syscall.c:580: error: (Each
> undeclared identifier is reported only once
> /home/collinm/Documents/qemu/qemu/linux-user/syscall.c:580: error: for each
> function it appears in.)
> make[1]: *** [syscall.o] Erreur 1
> make[1]: Leaving directory `/home/collinm/Documents/qemu/qemu/i386-user'
> make: *** [all] Erreur 1
>
>
> any idea?
>
>
> thanks
>


work fine now...

but kqemu don't work with windows 98 se...

we get:
windows protection error, you need to restart your computer 

  reply	other threads:[~2005-02-20  1:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-19 18:35 [Qemu-devel] Problem to compile qemu Marc Collin
2005-02-20  0:49 ` Marc Collin [this message]
2005-02-21 13:14   ` Jan Marten Simons

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200502191949.10776.os2@videotron.ca \
    --to=os2@videotron.ca \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.