qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [Patch] Mac OS X Port


From: Christian Walther
Subject: [Qemu-devel] Re: [Patch] Mac OS X Port
Date: Sun, 04 Jul 2004 09:21:14 +0200
User-agent: Mozilla Thunderbird 0.7 (Macintosh/20040616)

Wow! It works! And it even has networking! Cool! That's the moment I was hoping for when I started observing the qemu list some weeks ago... :)

It also boots Windows 95, Windows 98 SE and the Mandrake Linux 10.0 installer.

A few questions and remarks:

o To make it compile, I had to make the following change to Makefile.target: add $(SDL_CFLAGS) to the %.o %.c rule. ($(CC) $(CFLAGS) $(DEFINES) $(SDL_CFLAGS) -c -o $@ $<)

o Is PPC emulation supposed to work? When I try to compile it, I get the following: gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/Users/cwalther/Desktop/Incoming/qemu/qemu/target-ppc -I/Users/cwalther/Desktop/Incoming/qemu/qemu -D_GNU_SOURCE -I/Users/cwalther/Desktop/Incoming/qemu/qemu/slirp -I/sw/include/SDL -D_THREAD_SAFE -c -o translate.o /Users/cwalther/Desktop/Incoming/qemu/qemu/target-ppc/translate.c
/var/tmp//ccfgCnLg.s:534:Expected comma after segment-name
/var/tmp//ccfgCnLg.s:534:Rest of line ignored. 1st junk character valued 32 ( ).
/var/tmp//ccfgCnLg.s:662:Expected comma after segment-name
/var/tmp//ccfgCnLg.s:662:Rest of line ignored. 1st junk character valued 32 ( ).
[... 203 more of these ...]
/var/tmp//ccfgCnLg.s:31194:Expected comma after segment-name
/var/tmp//ccfgCnLg.s:31194:Rest of line ignored. 1st junk character valued 32 ( ).
/var/tmp//ccfgCnLg.s:31312:Expected comma after segment-name
/var/tmp//ccfgCnLg.s:31312:Rest of line ignored. 1st junk character valued 32 ( ).
make[1]: *** [translate.o] Error 1
make: *** [all] Error 1
myriad:qemu cwalther$ cc --version
cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1640)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

o Is there a reason for the window to be resizable? When I tried resizing it, qemu just crashed.

Thanks!

 -Christian





reply via email to

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