[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Starting troubles in running stm32f4 on an i386
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] Starting troubles in running stm32f4 on an i386 |
Date: |
Wed, 4 Mar 2015 22:55:28 +0900 |
On 4 March 2015 at 20:16, Srinath M <address@hidden> wrote:
> I am new to qemu and want to run a program meant for arm-cortex-m3 on an
> i386.
>
> So i ran the following command
>
> ./qemu-system-arm -cpu cortex-m3 -S -s -singlestep -nographic -m 513 -kernel
> hello.elf
>
> I get the following output
> No machine specified, and there is no default.
> Use -machine help to list supported machines!
>
> My 'machine' is not listed as it is a custom board. What should i do?
Build your binary for a machine that QEMU supports and then
pass QEMU the appropriate -M <whatever> option.
-- PMM