qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] ARM questions..


From: Paul Brook
Subject: Re: [Qemu-devel] ARM questions..
Date: Wed, 16 Feb 2005 18:58:50 +0000
User-agent: KMail/1.7.2

On Wednesday 16 February 2005 18:14, Carl Holtje ;021;vcsg6; wrote:
> All-
>
> A couple of questions about the ARM platform-
>
> I'd like to run a binary from Platform A on an ARM system -- what
> packages/files/whatnot do I need to comprise the interpreter requirement?
> Is this something I can simply copy from Platform A to the ARM system (ie
> are these libraries on the emulated side that are there for application
> support and are emulated by qemu, as opposed to being compiled for the
> ARM for direct-execution)?

The qemu arm emulation only supports linux user-mode emulation.
This means it runs arm-linux binaries unmodified. In addition to the binary 
itself you will need any shared libraries it requires.

It is possible (though not mandatory) to use an arm-linux chroot if you setup 
the linux binfmt_misc  to use qemu to run arm binaries.

Paul




reply via email to

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