From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49443 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEj1k-0004Wf-5v for qemu-devel@nongnu.org; Wed, 19 May 2010 09:09:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEj1i-0001j9-OO for qemu-devel@nongnu.org; Wed, 19 May 2010 09:09:36 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:42971) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEj1i-0001iu-GW for qemu-devel@nongnu.org; Wed, 19 May 2010 09:09:34 -0400 Received: by wyb39 with SMTP id 39so2340782wyb.4 for ; Wed, 19 May 2010 06:09:33 -0700 (PDT) Message-ID: <4BF3E30B.4000607@gmail.com> Date: Wed, 19 May 2010 15:09:31 +0200 From: Riccardo Magliocchetti MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] latest git target-sparc/translate.c does not compile with --disable-kvm --enable-debug List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, latest git does not compile on a mixed debian sid 32 bit / kernel 64 bit on x86-64, gcc is 4.4.4. $ ./configure --disable-kvm --enable-debug CC sparc64-softmmu/translate.o /home/rm/src/qemu/target-sparc/translate.c: In function ‘gen_op_addxi_cc’: /home/rm/src/qemu/target-sparc/translate.c:337: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c: In function ‘gen_op_addx_cc’: /home/rm/src/qemu/target-sparc/translate.c:347: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c: In function ‘gen_op_subxi_cc’: /home/rm/src/qemu/target-sparc/translate.c:420: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c: In function ‘gen_op_subx_cc’: /home/rm/src/qemu/target-sparc/translate.c:430: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c: In function ‘disas_sparc_insn’: /home/rm/src/qemu/target-sparc/translate.c:2960: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c:2970: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c:3012: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ /home/rm/src/qemu/target-sparc/translate.c:3022: error: incompatible type for argument 1 of ‘gen_helper_compute_C_icc’ /home/rm/src/qemu/target-sparc/helper.h:161: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’ make[1]: *** [translate.o] Error 1 make: *** [subdir-sparc64-softmmu] Error 2 thanks, Riccardo Magliocchetti