qemu-arm
[Top][All Lists]
Advanced

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

Re: Arm Cortex M4 floating point


From: Peter Maydell
Subject: Re: Arm Cortex M4 floating point
Date: Tue, 18 Aug 2020 13:55:49 +0100

On Mon, 17 Aug 2020 at 14:22, Mircea Cociuba <cociuba_mircea@yahoo.com> wrote:
>
> Hello Guys,
>
> Currently trying to run some code that uses FPU instructions.
> Arm-CortexM4F core.
>
> Using the stelaris board with M3 core, but param M4.
>
> qemu-system-arm -M lm3s811evb -cpu cortex-m4 -m 8K -nographic -kernel 
> notmain.bin
>
> How can I use the FPU in QEMU?

Try using a machine type that uses the Cortex-M4, like
the netduinoplus2. Usually it's a bad idea for arm boards
to try to specify a different CPU than the one they default
to.

thanks
-- PMM



reply via email to

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