Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 302 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 302 Bytes

Hello World Example Build for RISC-V

This example builds hello-world ELF binary for the RISC-V architecture.

You can build the program using the make command.

You can examine the binary using the readelf -a hello.

You can run using Spike RISC-V ISA simulator.

spike <path>pk hello