[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Bug 1093691] [NEW] QEMU build fails on OpenBSD/mips64
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [Bug 1093691] [NEW] QEMU build fails on OpenBSD/mips64 |
Date: |
Wed, 26 Dec 2012 09:55:38 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
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~
[Prev in Thread] |
Current Thread |
[Next in Thread] |