On 22/09/2015 21:41, Peter Maydell wrote: > I'm afraid this doesn't build on 32-bit: > > /root/qemu/hw/intc/ioapic_common.c: In function ‘ioapic_print_redtbl’: > /root/qemu/hw/intc/ioapic_common.c:80:24: error: format ‘%lu’ expects > argument of type ‘long unsigned int’, but argument 6 has type > ‘uint64_t’ [-Werror=format]
I really have to add ARM to my build tests... Win32 doesn't cut it since it's -Wno-error. Will respin tomorrow. Paolo