qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Compiling ppc64-softmmu/translate.c breaks with --enable-de


From: Sepp Holzmayr
Subject: [Qemu-devel] Compiling ppc64-softmmu/translate.c breaks with --enable-debug
Date: Fri, 22 Jan 2010 20:41:44 +0100

Hi all,

when building git HEAD on an Ubuntu 9.10/64 with
--enable-debug, it breaks with

  CC    ppc64-softmmu/translate.o
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mfdcr’:
/home/jd/qemu/target-ppc/translate.c:5568: error: incompatible type
for argument 1 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5568: error: incompatible type
for argument 2 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mtdcr’:
/home/jd/qemu/target-ppc/translate.c:5587: error: incompatible type
for argument 1 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5587: error: incompatible type
for argument 2 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mfdcrx’:
/home/jd/qemu/target-ppc/translate.c:5605: error: incompatible type
for argument 1 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5605: error: incompatible type
for argument 2 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mtdcrx’:
/home/jd/qemu/target-ppc/translate.c:5623: error: incompatible type
for argument 1 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5623: error: incompatible type
for argument 2 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mfdcrux’:
/home/jd/qemu/target-ppc/translate.c:5633: error: incompatible type
for argument 1 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5633: error: incompatible type
for argument 2 of ‘gen_helper_load_dcr’
/home/jd/qemu/target-ppc/helper.h:362: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c: In function ‘gen_mtdcrux’:
/home/jd/qemu/target-ppc/translate.c:5642: error: incompatible type
for argument 1 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
/home/jd/qemu/target-ppc/translate.c:5642: error: incompatible type
for argument 2 of ‘gen_helper_store_dcr’
/home/jd/qemu/target-ppc/helper.h:363: note: expected ‘TCGv_i32’ but
argument is of type ‘TCGv_i64’
make[1]: *** [translate.o] Fehler 1
make: *** [subdir-ppc64-softmmu] Fehler 2
address@hidden:~/qemu$

.. just noticed doing the default build targets. If you need further
information, please CC, I'm not subscribed.

Greetz Joe




reply via email to

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