All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Filippov <jcmvbkbc@gmail.com>
To: Jia Liu <proljc@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v4 00/16] QEMU OpenRISC support
Date: Mon, 18 Jun 2012 01:37:06 +0400	[thread overview]
Message-ID: <4FDE4E02.7020208@gmail.com> (raw)
In-Reply-To: <1339396324-21368-1-git-send-email-proljc@gmail.com>

On 06/11/2012 10:31 AM, Jia Liu wrote:
> This is the OpenCores OpenRISC 1200 support for QEMU.
> Full implementation of the system-model and linux-user-model support.

Hi Jia.

When I configure the tree with openrisc patches for the debug build:

$ configure --target-list='or32-softmmu,or32-linux-user' --enable-debug

the build fails due to multiple helper function argument type violations:

...
qemu/target-openrisc/translate.c: In function ‘dec_calc’:
qemu/target-openrisc/translate.c:441:17: error: incompatible type for argument 1 of ‘tcg_temp_free_i32’
qemu/tcg/tcg.h:443:6: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’
qemu/target-openrisc/translate.c:442:17: error: incompatible type for argument 1 of ‘tcg_temp_free_i32’
qemu/tcg/tcg.h:443:6: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’
qemu/target-openrisc/translate.c:443:17: error: incompatible type for argument 1 of ‘tcg_gen_shri_i64’
qemu/tcg/tcg-op.h:1183:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
qemu/target-openrisc/translate.c:452:17: error: incompatible type for argument 1 of ‘tcg_temp_free_i32’
qemu/tcg/tcg.h:443:6: note: expected ‘TCGv_i32’ but argument is of type ‘TCGv_i64’
qemu/target-openrisc/translate.c: In function ‘dec_misc’:
qemu/target-openrisc/translate.c:662:13: error: incompatible type for argument 1 of ‘tcg_gen_ext_i32_i64’
qemu/tcg/tcg-op.h:1597:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
qemu/target-openrisc/translate.c:663:13: error: incompatible type for argument 1 of ‘tcg_gen_concat_i32_i64’
qemu/tcg/tcg-op.h:1749:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
qemu/target-openrisc/translate.c:664:13: error: incompatible type for argument 1 of ‘tcg_gen_add_i64’
qemu/tcg/tcg-op.h:1104:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
qemu/target-openrisc/translate.c:664:13: error: incompatible type for argument 2 of ‘tcg_gen_add_i64’
qemu/tcg/tcg-op.h:1104:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
qemu/target-openrisc/translate.c:664:13: error: incompatible type for argument 3 of ‘tcg_gen_add_i64’
qemu/tcg/tcg-op.h:1104:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
qemu/target-openrisc/translate.c:665:13: error: incompatible type for argument 2 of ‘tcg_gen_trunc_i64_i32’
qemu/tcg/tcg-op.h:1583:20: note: expected ‘TCGv_i64’ but argument is of type ‘TCGv_i32’
...

-- 
Thanks.
-- Max

      parent reply	other threads:[~2012-06-17 21:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-11  6:31 [Qemu-devel] [PATCH v4 00/16] QEMU OpenRISC support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 01/16] target-or32: Add target stubs and cpu support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 02/16] target-or32: Add target machine Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 03/16] target-or32: Add MMU support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 04/16] target-or32: Add interrupt support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 05/16] target-or32: Add exception support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 06/16] target-or32: Add int instruction helpers Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 07/16] target-or32: Add float " Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 08/16] target-or32: Add translation routines Jia Liu
2012-06-13 18:59   ` Blue Swirl
2012-06-17 23:56     ` Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 09/16] target-or32: Add PIC support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 10/16] target-or32: Add timer support Jia Liu
2012-06-11  6:31 ` [Qemu-devel] [PATCH v4 11/16] target-or32: Add a IIS dummy board Jia Liu
2012-06-11  6:32 ` [Qemu-devel] [PATCH v4 12/16] target-or32: Add system instructions Jia Liu
2012-06-13 18:35   ` Blue Swirl
2012-06-17  8:40     ` Jia Liu
2012-06-11  6:32 ` [Qemu-devel] [PATCH v4 13/16] target-or32: Add gdb stub support Jia Liu
2012-06-11  6:32 ` [Qemu-devel] [PATCH v4 14/16] target-or32: Add linux syscall, signal and termbits Jia Liu
2012-06-11  6:32 ` [Qemu-devel] [PATCH v4 15/16] target-or32: Add linux user support Jia Liu
2012-06-11  6:32 ` [Qemu-devel] [PATCH v4 16/16] target-or32: Add testcases Jia Liu
2012-06-17 21:37 ` Max Filippov [this message]

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=4FDE4E02.7020208@gmail.com \
    --to=jcmvbkbc@gmail.com \
    --cc=proljc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.