Add install commond in riscv gnu tools.
This commit is contained in:
parent
e26d5260de
commit
3da81c5916
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue