Hi all,
I was following the instructions in the release notes 16.02 ( Section 'Steps to test genode on RISC-V'). url - https://genode.org/documentation/release-notes/16.02 I was able to execute successfully all the given steps The last command - 'make run/printf' is not working. There is no run directory nor printf script. Kindly help me with in this problem and with some resources also, so that I can proceed further. I am working on to build Genode based OS on RISC-V. Kindly guide me by providing a roadmap to follow and learn.
Regards, Pranab
Hello,
On Wed, Oct 26, 2022 at 16:13:15 CEST, Pranab Rout wrote:
I was able to execute successfully all the given steps The last command - 'make run/printf' is not working. There is no run directory nor printf script.
The test program and run script were renamed since 2016. With current releases 'make run/log' should do the trick.
Also please be aware that much has changed in Genode since 16.02 and that we are not able to provide much support for this ancient version. I suggest you switch entirely to the most recent release (either 22.08 or even better Sculpt 22.10). Extended RISC-V board support is implemented in a dedicated genode-riscv repository [1].
[1] https://github.com/genodelabs/genode-riscv/
Regards