From: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] latest git target-sparc/translate.c does not compile with --disable-kvm --enable-debug
Date: Wed, 19 May 2010 15:09:31 +0200 [thread overview]
Message-ID: <4BF3E30B.4000607@gmail.com> (raw)
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
reply other threads:[~2010-05-19 13:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BF3E30B.4000607@gmail.com \
--to=riccardo.magliocchetti@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).