[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Regarding hello world program for ARM M7 (s32k312) using qemu
From: |
Peter Maydell |
Subject: |
Re: Regarding hello world program for ARM M7 (s32k312) using qemu |
Date: |
Tue, 27 Jun 2023 14:37:27 +0100 |
On Tue, 27 Jun 2023 at 14:32, abhijit patil <patilabhijit180@gmail.com> wrote:
>
> Need hello world program for ARM M7 (s32k312) using qemu...need all files for
> startup linker and main .c file and also how to execute the same....have
> program using versatilepb....but needed for this specific board ARM M7
> (s32k312) using qemu
Hi. I'm afraid QEMU doesn't have a model of the s32k312
board. If you want to run code on QEMU you need to build
it for one of the board types that QEMU does support.
thanks
-- PMM