Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-04 Thread Mike Kronenberg
Hi Ilya, I just built from CVS before I zipped up the patches, here is the order I applied them: #gcc4 patches patch -p1 -u < ../patches/qemu-0.8.3-gcc4.patch patch -p1 -u < ../patches/qemu-0.7.2-dyngen-check-stack-clobbers.patch patch -p1 -u < ../patches/qemu-0.7.2-gcc4-opts.patch patch -p1

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-03 Thread Ilya Shar
Hi Mike, Thanks a lot for the patches. I applied them (together with qemu-0.7.0-gcc4.patch, which appears to be necessary although it's not in the archive you created) but in the middle of the build dyngen rejects op.o: ../dyngen -c -o opc.h op.o dyngen: Unable to replace ret with jmp in op_bs

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-03 Thread Mike Kronenberg
Hi, we have decided to wait for the next qemu release until we update the patches for kju, as qemu dev has picked up speed, which is good. Never the less, you can grab the patches for qemu cvs (OS X Intel) here: http://www.kberg.ch/qemu/cvspatches20070202.zip Best Regards Mike On 03.02.2007

Re: [Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-02 Thread Pierre d'Herbemont
Hi, On 3 févr. 07, at 02:37, Ilya Shar wrote: I am trying to build i386-darwin-user to run it on an x86 Mac. I'm on Mac OS 10.4 Intel with gcc 3.3 and I'm getting compiler errors right away: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/darwine Ilya, qemu's CVS has the most up-to-date version

[Qemu-devel] Please help build qemu/darwin-user on Mac Intel

2007-02-02 Thread Ilya Shar
Hi, I am trying to build i386-darwin-user to run it on an x86 Mac. I'm on Mac OS 10.4 Intel with gcc 3.3 and I'm getting compiler errors right away: $ cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/darwine co qemu $ cd qemu/ $ ./configure --target-list=i386-darwin-user --cc=/opt/gcc3/bin/gcc $ make