On Wednesday 04 May 2005 07:48, Natalia Portillo wrote:
> Hi!
>
> I'm getting (along with a LOT of warnings) the following error when
> trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple):
>
> TiBook:~/qemu claunia$ make
> for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \
>
Am 03.05.2005 um 13:08 schrieb Mike Kronenberg:
Mike Kronenberg wrote:
So here I am again :)
You find my proposal at
http://www.kberg.ch/cocoaqemu/
That build was pretty buggy (forgot to remove some static links).
But living in a fast World: here is a new one.
Still the same error... maybe you for
Hi!
I'm getting (along with a LOT of warnings) the following error when
trying to compiler under Tiger/X-Code2 (GCC 4.0.0-apple):
TiBook:~/qemu claunia$ make
for d in i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu; do \
make -C $d all || exit 1 ; \
done
../dyngen -c -o opc.h op.o
I've just figured out how to get the -smb working
with windows, and am moving on to linux and solaris
guests.
Given that the samba server is always presented the same
way, would it make sense to code a script that a user
could drop in the /etc/rc directories (based on
linux or solaris appropriate
-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
Now that FreeOSZoo finally has the 0.70 build (and will hopefully do regular
cvs builds again), I decided to test it.
1) a nonexistant cd image should give an error. It's easy to make a typo in
the monitor when doing a 'change cdrom' command. But qemu just quietly accepts
it.
2) qemu still
> Undefined first referenced
> symbol in file
> fesetround libqemu.a(softfloat-native.o)
> lrintf libqemu.a(softfloat-native.o)
> llrint libqemu.a(softfloat-native
I was trying to install GNU/Hurd
(which works only with the "-isa" option, I don't know why, it may be
related to GNU/Hurd)
But I can't boot the debian "install-cd" : qemu segfault when trying to
start the linux kernel.
When I start from gdb, I can see "Uncompressing Linux... Ok, booting the
kerne
Mike Kronenberg wrote:
So here I am again :)
You find my proposal at
http://www.kberg.ch/cocoaqemu/
That build was pretty buggy (forgot to remove some static links).
But living in a fast World: here is a new one.
Changes:
- portet the GUI from nib to cocoa.m (no extrenal files are needed
anymo