qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] ARMv6 el + vfp: User Mode signals uncaught target signa


From: Laurent Desnogues
Subject: Re: [Qemu-devel] ARMv6 el + vfp: User Mode signals uncaught target signal 4 (Illegal instruction)
Date: Fri, 5 Dec 2008 13:57:39 +0100

On Fri, Dec 5, 2008 at 1:35 PM, Martin Mohring
<address@hidden> wrote:
>> You should specify the CPU when launching qemu.  Look at "qemu -cpu ?"
>> output and select the right one. You probably want -cpu arm1136.
>>
> I use qemu user mode, and call qemu with host linux kernels binfmt
> handler. How do I specify the cpu type there? Or must I compile in the
> "default cpu type" somehow?

You mean you can't pass command line parameters to qemu?
Then follow Riku Voipio's advice and change in linux_user/main.c
cpu_model = "arm926"; to cpu_model = "any";.


Laurent




reply via email to

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