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: Martin Mohring
Subject: Re: [Qemu-devel] ARMv6 el + vfp: User Mode signals uncaught target signal 4 (Illegal instruction)
Date: Fri, 05 Dec 2008 22:00:10 +0100
User-agent: Thunderbird 2.0.0.18 (X11/20081112)

Laurent Desnogues wrote:
> 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";.
>   
I followed your advise, and put cpu_model = "any"; in. Tnx for the fast
help.
It works fine now. Do you think it would make sense to make this default
for user mode / arm ?

Martin




reply via email to

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