Re: Using QEMU for running RISC-V programs

2021-11-12 Thread Alex Bennée
Vincent Abraham writes: > I have installed the QEMU emulator for running a 32-bit RISC-V machine. But > now I'm not sure how to compile and run my own programs > (C or Assembly) using QEMU. Could I get some easy to understand > documentation regarding this? Installing and cross building binar

Using QEMU for running RISC-V programs

2021-10-21 Thread Vincent Abraham
I have installed the QEMU emulator for running a 32-bit RISC-V machine. But now I'm not sure how to compile and run my own programs (C or Assembly) using QEMU. Could I get some easy to understand documentation regarding this?