[EMAIL PROTECTED] wrote:
> Greetings all,
> 
> Has anyone managed to compile qemu-arm for a MIPS linux host?

AFAIK nobody did. It shouldn't be tremendously hard to make it work.

> I have successfully built and used qemu to execute an ARM linux 
> application using qemu-arm on an x86 linux host.
> 
> I now want to run the same applicaiton on a MIPS linux host and am having 
> trouble building qemu for a MIPS host.
> I have applied the patch at
> http://libvncserver.sourceforge.net/qemu/qemu-irix.patch.gz
> As suggested on the  linux-mips website.
> 
> I get the the follwoing error after configuring with:
> ./configure --cross-prefix=mipsel-linux- --cpu=mips --target-list=arm-user
> make
> dyngen: jr ra expected at the end of op_movl_TO_r0

Hm, you probably used some gcc4, which causes qemu some trouble due to
code reordering.


Thiemo


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to