[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] Re: Cross compiling qemu for ARM
From: |
Steffen Liebergeld |
Subject: |
[Qemu-devel] Re: Cross compiling qemu for ARM |
Date: |
Fri, 28 Nov 2008 14:58:22 +0000 (UTC) |
User-agent: |
slrn/pre0.9.9p1-31/mm/ao (Ubuntu Hardy) |
Hi Paul,
Paul Brook <address@hidden> schrieb:
> On Friday 28 November 2008, Steffen Liebergeld wrote:
>> Hi,
>>
>> I'm trying to get Qemu 0.9.1 cross compiled for the ARM platform.
>
> Don't bother. Use SVN.
Okay. I did this, and actually got a binary this time;-)
But in the file tcg/arm/tcg-target.c, function tcg_out_goto (line 677), a
block of code commented out, and replaced by an tcg_abort(). Why has this been
done?
If I replace the about with the outcommented code, qemu segfaults. So I guess
qemu support for target arm is currently broken?
Who is currently working on this?
Steffen