[Qemu-devel] TCG doesn't seem to like gcc 4.3

2008-02-03 Thread Ismail Dönmez
Hi all, I can't seem to get TCG work with gcc 4.3, I get : gcc -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-tree-ch -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -fno-section-anchors

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Ismail Dönmez
Thursday 17 January 2008 08:41:32 tarihinde Alexander Graf şunları yazmıştı: Compiling qemu on gcc4 has been a long standing issue. During the time several approaches came up, each more or less intrusive. I have collected the ones I found to be the cleanest, fixed PowerPC host support with

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Ismail Dönmez
Friday 18 January 2008 00:59:36 tarihinde Johannes Schindelin şunları yazmıştı: Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: ?? Turkish for @date you wrote this. Regards, ismail -- Never learn by your mistakes, if you do you may never dare to try again.

Re: [Qemu-devel] [PATCH 0/5] Enable building of op.o on gcc4

2008-01-17 Thread Ismail Dönmez
Thursday 17 January 2008 19:00:11 tarihinde şunları yazmıştınız: Hi, On Thu, 17 Jan 2008, Ismail Dönmez wrote: Thanks but ppc target doesn't work here with gcc 4.3 trunk , i686-linux : gcc -mtune=native -march=native -O2 -pipe -fomit-frame-pointer -Wstrict-overflow -Wall -O2 -g -fno

[Qemu-devel] alpha-softmmu target doesn't compile due to missing argument to call_pal

2008-01-09 Thread Ismail Dönmez
Hi all, target-alpha/helper.c line 401 does : call_pal(env); But this functions' signature is : void call_pal (CPUState *env, int palcode); so this doesn't compile. I am not sure whats the right fix is. Any ideas? Regards, ismail -- Never learn by your mistakes, if you do you may never