From: Richard Henderson <rth@twiddle.net>
To: Bug 1093691 <1093691@bugs.launchpad.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 1093691] [NEW] QEMU build fails on OpenBSD/mips64
Date: Wed, 26 Dec 2012 09:55:38 -0800 [thread overview]
Message-ID: <50DB3A1A.4000204@twiddle.net> (raw)
In-Reply-To: <20121225211212.2307.81304.malonedeb@chaenomeles.canonical.com>
On 12/25/2012 01:12 PM, Brad Smith wrote:
> Public bug reported:
>
> Building QEMU 1.2.1 on OpenBSD/mips64 fails as follows although I
> believe QEMU was also broken with 1.1.x as well..
...
> In file included from /usr/obj/ports/qemu-1.2.1/qemu-1.2.1/tcg/tcg.c:50:
> /usr/obj/ports/qemu-1.2.1/qemu-1.2.1/tcg/tcg-op.h: In function 'tcg_gen_div_i64':
> /usr/obj/ports/qemu-1.2.1/qemu-1.2.1/tcg/tcg-op.h:1229: error: 'TCG_TARGET_HAS_div_i64' undeclared (first use in this function)
The tcg/mips target only supports mips32.
In order to build on mips64 you'll need to use the interpreter backend,
configurable with --enable-tcg-interpreter.
We could be more clever and enable this by default for mips64...
r~
next prev parent reply other threads:[~2012-12-26 17:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-25 21:12 [Qemu-devel] [Bug 1093691] [NEW] QEMU build fails on OpenBSD/mips64 Brad Smith
2012-12-26 17:55 ` Richard Henderson [this message]
2012-12-27 4:08 ` Brad Smith
2017-06-14 20:41 ` [Qemu-devel] [Bug 1093691] " Thomas Huth
2017-08-14 4:17 ` Launchpad Bug Tracker
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=50DB3A1A.4000204@twiddle.net \
--to=rth@twiddle.net \
--cc=1093691@bugs.launchpad.net \
--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.