riscv-software-src / riscv-tools

RISC-V Tools (ISA Simulator and Tests)
1.13k stars 446 forks source link

Nice to have a warning in README.md as long as the toolchain has been removed #291

Closed kencycheng closed 5 years ago

kencycheng commented 5 years ago

I clone the latest riscv-tools and found build.sh is not passing. It is because the toolchain is not available in my environment. Looking at the history, the latest pull request #279 removed the toolchain from riscv-tools. It would be great to have a note in README.md for newcomers to install the toolchains before installing riscv-tools.

kencycheng commented 5 years ago

The README.md dose address this issue in the second paragraph. Let me close this issue.