Jim Wilson

Results 272 comments of Jim Wilson

riscv-tools is a collection of misc packages. For spike info, you might try asking in riscv-isa-sim where spike actually lives. I am not aware of any such docs, but I'm...

This error means that the program interpreter is missing. Bash gives a much better error message than ash does. You can see the same error if you create a shell...

Instructions from 2015 aren't useful. RISC-V is new, and there have been major changes to everything. Also, riscv-tools is old, obsolete, unsupported and should not be used. If you want...

First of all, don't use riscvriscv-tools. It is broken. Use riscv/riscv-gnu-toolchain instead. It has a README file that explains how to build it. Or you can try grabbing pre-built toolchains....

If you just want a toolchain, don't use riscv-tools. It is poorly maintained, difficult to build, and has an old obsolete and known broken version of the toolchain. Use riscv-gnu-toolchain...

riscv-tools includes an old obsolete and known broken version of riscv-gnu-toolchain. If you want a good version of riscv-gnu-toolchain, you need to clone and build riscv-gnu-toolchain. Or if you really...

riscv-tools uses git submodules, which hard codes submodules to specific commits. The riscv-gnu-toolchain submodule is hard coded to an old commit that has old obsolete versions of stuff. If you...

These aren't RISC-V questions. They are basic unix questions. On Tue, Oct 23, 2018 at 11:18 PM knilakshan20 wrote: > dd if=/dev/zero of=root.bin bs=1M count=64 > mkfs.ext2 -F root.bin >...

This question has been asked a few times on sw-dev. though these mostly talk about the software side, i.e. updating tools to support the new instruction. https://groups.google.com/a/groups.riscv.org/forum/#!searchin/sw-dev/adding$20|sort:date/sw-dev/CF82G6YjDak/HY7uZhLCAQAJ https://groups.google.com/a/groups.riscv.org/forum/#!searchin/sw-dev/adding$20|sort:date/sw-dev/sL_OHXYj3LY/Gsm6sBc9BQAJ

riscv-tools has an old obsolete unmaintained and known broken version of riscv-gnu-toolchain. It should not be used. You should use riscv-gnu-toolchain directly instead. I'm told that rocket-chip is being fixed...