[Qemu-devel] Re: Issues building seabios

2009-11-26 Thread Avi Kivity
On 11/21/2009 12:34 AM, Kevin O'Connor wrote: On Thu, Nov 19, 2009 at 04:02:06PM +0200, Avi Kivity wrote: On 11/19/2009 03:39 PM, Kevin O'Connor wrote: Long story short - this is the result of gcc's -combine being fragile. It's possible to avoid by compiling seabios with make

[Qemu-devel] Re: Issues building seabios

2009-11-20 Thread Kevin O'Connor
On Thu, Nov 19, 2009 at 04:02:06PM +0200, Avi Kivity wrote: On 11/19/2009 03:39 PM, Kevin O'Connor wrote: Long story short - this is the result of gcc's -combine being fragile. It's possible to avoid by compiling seabios with make COMPSTRAT=1. We may need to change the default. That works.

[Qemu-devel] Re: Issues building seabios

2009-11-19 Thread Kevin O'Connor
On Thu, Nov 19, 2009 at 03:10:20PM +0200, Avi Kivity wrote: Trying to debug the cdrom issue, I see Compiling whole program out/ccode32.o src/util.c: In function ‘__end_thread’: src/util.c:183: internal compiler error: in simplify_subreg, at simplify-rtx.c:5055 (with F12's gcc (GCC)

[Qemu-devel] Re: Issues building seabios

2009-11-19 Thread Avi Kivity
On 11/19/2009 03:39 PM, Kevin O'Connor wrote: On Thu, Nov 19, 2009 at 03:10:20PM +0200, Avi Kivity wrote: Trying to debug the cdrom issue, I see Compiling whole program out/ccode32.o src/util.c: In function ‘__end_thread’: src/util.c:183: internal compiler error: in simplify_subreg, at