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