From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsFJD-0002wZ-5k for qemu-devel@nongnu.org; Tue, 12 May 2015 14:53:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsFJ9-0000l5-3k for qemu-devel@nongnu.org; Tue, 12 May 2015 14:53:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsFJ8-0000jz-TG for qemu-devel@nongnu.org; Tue, 12 May 2015 14:53:35 -0400 Message-ID: <55524C2A.8080104@redhat.com> Date: Tue, 12 May 2015 14:53:30 -0400 From: John Snow MIME-Version: 1.0 References: <1431367963-24437-1-git-send-email-jsnow@redhat.com> <55521ABC.8020604@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/14] Ide patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 05/12/2015 11:25 AM, Peter Maydell wrote: > On 12 May 2015 at 16:22, John Snow wrote: >> On 05/12/2015 06:44 AM, Peter Maydell wrote: >>> Doesn't build on 32-bit: >>> >>> /root/qemu/qtest.c: In function =E2=80=98qtest_process_command=E2=80=99= : >>> /root/qemu/qtest.c:519:28: error: format =E2=80=98%zu=E2=80=99 expect= s argument of >>> type =E2=80=98size_t=E2=80=99, but argument 2 has type =E2=80=98uint6= 4_t=E2=80=99 [-Werror=3Dformat] >=20 >> More motivation for me to try another stab at fixing up the -m32 >> support, I guess. >=20 > You could also build for Windows 32 bit, or on OSX (where it's > only a warning but does detect this even on 64-bit hosts). >=20 > -- PMM >=20 Limping along using -m32 and some hacks for now. v2 sent, sorry for the noise. --js