Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Nardmann, Heiko
I get the following error after running ./configure --prefix=$HOME/qemu-0.7.0.install Install prefix/home/nardmann/qemu-0.7.0.install BIOS directory/home/nardmann/qemu-0.7.0.install/share/qemu binary directory /home/nardmann/qemu-0.7.0.install/bin Manual directory /home/nardmann/qemu-0.

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Nardmann, Heiko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So ... I now get over this first point of trouble. The reason for not finding fenv.h ist that I can only find this file as /opt/SUNWspro/prod/include/cc/fenv.h. Adding this path to DEFINES solved this one. Now another thing: gcc-3.4.2 -Wall -O2

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Juergen Keil
> gcc-3.4.2 -Wall -O2 -g -fno-strict-aliasing -m32 -ffixed-g1 -ffixed-g2 > - -ffixed-g3 -ffixed-g6 -fno-delayed-branch -ffixed-i0 -fno-reorder-blocks > - -fno-optimize-sibling-calls -I. -I/home/nardmann/qemu-0.7.0/target-i386 > - -I/home/nardmann/qemu-0.7.0 -I/opt/SUNWspro/prod/include/cc -D_G

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-04 Thread Juergen Keil
> Undefined first referenced > symbol in file > fesetround libqemu.a(softfloat-native.o) > lrintf libqemu.a(softfloat-native.o) > llrint libqemu.a(softfloat-native

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-04 Thread Nardmann, Heiko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I now have applied all given patches to the source tree. But I still have problems linking qemu. Here is the linker error message: gcc -o qemu vl.o osdep.o block.o readline.o monitor.o pci.o console.o block-cow.o block-qcow.o aes.o block-vmdk

Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-07 Thread Alex Beregszaszi
Hi, > Please ignore the first post. A webmail annomally sent > the message before it was cooked. :-) > > This patch is mostly a collation of several sets of Solaris > host patches that have been around. Thanks to Juergen > and a few others for actually having done the hard work > of debugging an

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Ben Taylor
"Nardmann, Heiko" <[EMAIL PROTECTED]> wrote: > > I get the following error after running > > ./configure --prefix=$HOME/qemu-0.7.0.install > > Install prefix/home/nardmann/qemu-0.7.0.install > BIOS directory/home/nardmann/qemu-0.7.0.install/share/qemu > binary directory /home/nardmann/q

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-02 Thread Juergen Keil
> This is in fenv.h, and so are all the other macros > that are left undefined. Not sure how we fix this, > other than pick up some of these defines manually. Use [fpsetround(), fpgetround()] on Solaris, instead of [fegetround(), fesetround()] ? One of the BSDs already does this (see fpu/so

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil <[EMAIL PROTECTED]> > > > gcc-3.4.2 -Wall -O2 -g -fno-strict-aliasing -m32 -ffixed-g1 -ffixed-g2 > > - -ffixed-g3 -ffixed-g6 -fno-delayed-branch -ffixed-i0 -fno-reorder-blocks > > - -fno-optimize-sibling-calls -I. -I/home/nardmann/qemu-0.7.0/target-i386 > > - -I/home/nardmann/qemu-

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Juergen Keil
> I have retested on sparc (sol9), by adding some of the > defines in fenv.h for Solaris 10 to the gnu-c99-math.h > file you created, and the patches you posted, and now > I'm getting an error when I compile that looks like this: > > for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-soft

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil <[EMAIL PROTECTED]> wrote: > > > > I have retested on sparc (sol9), by adding some of the > > defines in fenv.h for Solaris 10 to the gnu-c99-math.h > > file you created, and the patches you posted, and now > > I'm getting an error when I compile that looks like this: > > > > for

Re: Re: [Qemu-devel] [PATCH] qemu-0.7.0 Solaris Host patch (Real)

2005-05-06 Thread Ben Taylor
Juergen Keil <[EMAIL PROTECTED]> > > > > > I have retested on sparc (sol9), by adding some of the > > defines in fenv.h for Solaris 10 to the gnu-c99-math.h > > file you created, and the patches you posted, and now > > I'm getting an error when I compile that looks like this: > > > > for d i