Closed Tiag0Carvalh0 closed 2 years ago
You should only ask on this forum issues to do with the LowRISC documentation and instructions, not about someone else’s tutorial. If someone else’s tutorial doesn’t work, you need to ask the author of that other tutorial. From your description, it sounds like the tutorial assumes RISCV tools are already installed. As a beginner, you should avoid using sudo in my opinion because it is rather easy to destroy your system. You can install a toolchain from here for example:
Ok, thanks. And sorry, new at this "environment"!
Hello So i am doing a project for my class and we need to use the RISC-V Open Source GNU Toolchain, to convert from C to RiscV, i am using WSL, version 20.04, and following this tutorial https://mindchasers.com/dev/rv-getting-started. The problem is, when i do "sudo make" it executes, when i do "sudo mkdir -p ~/Projects/riscv", no problems, but when i do "source /opt/riscv32/env-riscv32" it gives me an error "-bash: /opt/riscv32/env-riscv32: No such file or directory", before these commands i have no problems. For what i can see my professor isnt very interested in helping, so thats why i am here. Any thoughts? Btw i am new at linux but i can handle it. Thanks