Re: [Qemu-devel] Mac OS X issues

2005-12-20 Thread Mike Kronenberg
Built and tested! It works great now, thanks alot. New OS X Builds are up. Mike On 19.12.2005, at 19:21, Joachim Henke wrote: ...just to end this thread (c: The problem is fixed in todays CVS. Compling QEMU with GCC 3.3 on Mac OS X now works again: Running FreeDOS and Doom timedemo don't

Re: [Qemu-devel] Mac OS X issues

2005-12-16 Thread Joachim Henke
Thanks for your hint! Again I modified several suspicious parts of the code, but I haven't had any success. Today I installed GCC 3.4.5 from sources. The qemu binary compiled with this version does _not_ crash. Now I'm beginning to believe that the whole trouble is really a bug in Apple's

Re: [Qemu-devel] Mac OS X issues

2005-12-14 Thread Mike Kronenberg
Sorry, I'm a little in a hurry... The diff is rather big, so just export CVS_RSH=ssh cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/qemu co -D 20051115 qemu this should check out the last working version. I built it with GCC3 and it was running fine. Mike On 13.12.2005, at 17:33,

Re: [Qemu-devel] Mac OS X issues

2005-12-13 Thread Joachim Henke
Thanks for the patch! I already browsed through the CVS history on savannah, but it's a bit tricky because some code parts moved between files when SMP support was added. Could you please provide a complete diff to the last fully working CVS snapshot? According to your patch, it dates back

Re: [Qemu-devel] Mac OS X issues

2005-12-12 Thread Mike Kronenberg
Attached a diff against the last fully working CVS Snapshot I had. (ie, before mp was commited) On 11.12.2005, at 21:47, Joachim Henke wrote: gcc4 and -fno-tree-ch did the trick for me, too. -fno-tree-ch was mentioned earlyer on this list, to compile with gcc4 on OS X. But since gcc4 is

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Joachim Henke
I just did some tests on the freedos image from your web-site and my first impression is that these crashes are something compiler related. When I build qemu with ./configure --prefix=/usr/local --cc=gcc-3.3 --target-list=i386-softmmu --enable-cocoa and start your image with qemu -hda

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Mike Kronenberg
Your the man! gcc4 and -fno-tree-ch did the trick for me, too. -fno-tree-ch was mentioned earlyer on this list, to compile with gcc4 on OS X. But since gcc4 is still not in the default toolchain, I did not even try :(. Seams that we have a problem with gcc3.3 and not gcc4 for once :) The

Re: [Qemu-devel] Mac OS X issues

2005-12-11 Thread Joachim Henke
gcc4 and -fno-tree-ch did the trick for me, too. -fno-tree-ch was mentioned earlyer on this list, to compile with gcc4 on OS X. But since gcc4 is still not in the default toolchain, I did not even try :(. Seams that we have a problem with gcc3.3 and not gcc4 for once :) The error behavement

[Qemu-devel] Mac OS X issues

2005-12-09 Thread Joachim Henke
Ok, thanks for your reply. I'm currently building qemu from CVS code several times a week, but I never had DOS related problems. The guest OS is Win98 SE and I use the DOS command prompt quite often. What are you doing, when it crashes qemu? Does this occur randomly or when running special