mirror of https://github.com/YosysHQ/picorv32.git
Fix README toolchain build instructions
This commit is contained in:
parent
f975ce1e45
commit
e9b6bcf9c0
|
@ -624,7 +624,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
mkdir build; cd build
|
mkdir build; cd build
|
||||||
../configure --with-arch=RV32I --prefix=/opt/riscv32i
|
../configure --with-arch=rv32i --prefix=/opt/riscv32i
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
The commands will all be named using the prefix `riscv32-unknown-elf-`, which
|
The commands will all be named using the prefix `riscv32-unknown-elf-`, which
|
||||||
|
|
Loading…
Reference in New Issue