qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] ARM in big endian mode?


From: Fabrice Bellard
Subject: Re: [Qemu-devel] ARM in big endian mode?
Date: Sun, 04 Jul 2004 15:11:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Gianni Tedesco wrote:
On Sat, 2004-07-03 at 18:03 +0200, Lennert Buytenhek wrote:

Hi,

For a project I'm working on, I would love to be able to simulate an
ARM in big endian mode (such as the intel xscale core).  If I try to
run an MSB executable on qemu current, I just get this:

# file init
init: ELF 32-bit MSB executable, ARM, version 1 (ARM), for GNU/Linux 2.4.3, 
statically linked, stripped
# qemu-arm ./init
Error loading ./init
#
Would it be a lot of effort to add this?


Compile with TARGET_WORDS_BIGENDIAN 1 ought to do it.

There may be some problems left with the floats. But basically it should work. Send me a statically linked executable so that I can test.

Fabrice.





reply via email to

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