hello I am following steps provided on
https://www.cnx-software.com/2018/03/16/how-to-run-linux-on-risc-v-with-qemu-emulator/.
i was able to boot the qemu successfully, but now I want to run my own hello world program on qemu.
I have cross compiled my hello world program but, I am not able to find the directory to where i should place my executable file, so that I can access it from qemu after booting it up.
Any help is appreciated. thank you
hello I am following steps provided on
https://www.cnx-software.com/2018/03/16/how-to-run-linux-on-risc-v-with-qemu-emulator/.
i was able to boot the qemu successfully, but now I want to run my own hello world program on qemu.
I have cross compiled my hello world program but, I am not able to find the directory to where i should place my executable file, so that I can access it from qemu after booting it up.
Any help is appreciated. thank you