qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [patch] Arm arch5 support


From: Paul Brook
Subject: Re: [Qemu-devel] [patch] Arm arch5 support
Date: Sun, 1 Aug 2004 19:32:58 +0100
User-agent: KMail/1.6.2

On Sunday 01 August 2004 18:41, Lennert Buytenhek wrote:
> Hi Paul,
>
> On Sun, Aug 01, 2004 at 06:08:17PM +0100, Paul Brook wrote:
> > The attached patch adds qemu target support for the new arm instructions
> > present in the armv5e instruction set.
>
> Have you actually succeeded in getting ARM binaries to run?  I just
> get this all the time (this is with your patch, but I get the same
> effect without it):

I've only run some test assembly code inside an armv4 binary.

> phi% armv5te-redhat-linux-gcc -Wall -o hi hi.c -static
> phi% /tmp/qemu/bin/qemu-arm ./hi
> qemu: uncaught target signal 11 (Segmentation fault) - exiting
> phi%
>
> The binaries generated with this toolchain run fine on a PXA25x, and
> with -mbig-endian they run fine on an Intel IXP2400.

Code for "t" variants (maybe all armv5 targets) probably uses the bx thumb 
interworking instruction, which isn't implemented yet.

Paul




reply via email to

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