Add install commond in riscv gnu tools.

This commit is contained in:
colin 2022-03-01 13:22:23 +00:00
parent e26d5260de
commit 3da81c5916
1 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ sudo make install
## build and install riscv tools ## build and install riscv tools
* Opetion1 :https://github.com/riscv-collab/riscv-gnu-toolchain.git * Opetion1 :https://github.com/riscv-collab/riscv-gnu-toolchain.git
```bash
./configure --prefix=/opt/riscv
make linux
```
* Opetion2 : * Opetion2 :
```bash ```bash