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
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
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
> 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
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-
-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
> Undefined first referenced
> symbol in file
> fesetround libqemu.a(softfloat-native.o)
> lrintf libqemu.a(softfloat-native.o)
> llrint libqemu.a(softfloat-native
> 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
> 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
-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
"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
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.
12 matches
Mail list logo