qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] error compiling hw/sh7750.c


From: Carlo Marcelo Arenas Belon
Subject: Re: [Qemu-devel] error compiling hw/sh7750.c
Date: Sun, 11 Nov 2007 10:06:34 -0600
User-agent: Mutt/1.4.1i

On Sun, Nov 11, 2007 at 09:30:26AM -0500, Ben Taylor wrote:
> So the macro turns the last _INTC_ARRAY(NULL) into
> 
> "NULL, sizeof(NULL)/sizeof(*NULL)

in my 64bit linux using gcc-4.1.2 it becomes instead :

  ((void *)0), sizeof(((void *)0))/sizeof(*((void *)0))

what version of gcc (gcc -v) are you using in that Solaris 10 box? (HINT: not
all available versions of gcc compile qemu correctly) :

  http://www.opensolaris.org/os/project/qemu/host/gcc-failures/

Carlo




reply via email to

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