mirror of https://github.com/YosysHQ/picorv32.git
Updated riscv-gnu-toolchain to 34db4e0 (now using gcc 6.1.0)
This commit is contained in:
parent
264a239a28
commit
88299374cf
4
Makefile
4
Makefile
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
RISCV_GNU_TOOLCHAIN_REV = 888ae43
|
RISCV_GNU_TOOLCHAIN_REV = 34db4e0
|
||||||
GCC_URL = http://mirrors.kernel.org/gnu/gcc/gcc-5.3.0/gcc-5.3.0.tar.gz
|
GCC_URL = http://mirrors.kernel.org/gnu/gcc/gcc-6.1.0/gcc-6.1.0.tar.gz
|
||||||
NEWLIB_URL = ftp://sourceware.org/pub/newlib/newlib-2.2.0.tar.gz
|
NEWLIB_URL = ftp://sourceware.org/pub/newlib/newlib-2.2.0.tar.gz
|
||||||
BINUTILS_URL = http://mirrors.kernel.org/gnu/binutils/binutils-2.26.tar.gz
|
BINUTILS_URL = http://mirrors.kernel.org/gnu/binutils/binutils-2.26.tar.gz
|
||||||
|
|
||||||
|
|
|
@ -578,7 +578,7 @@ pure RV32I target, and install it in `/opt/riscv32i`:
|
||||||
|
|
||||||
git clone https://github.com/riscv/riscv-gnu-toolchain riscv-gnu-toolchain-rv32i
|
git clone https://github.com/riscv/riscv-gnu-toolchain riscv-gnu-toolchain-rv32i
|
||||||
cd riscv-gnu-toolchain-rv32i
|
cd riscv-gnu-toolchain-rv32i
|
||||||
git checkout 888ae43
|
git checkout 34db4e0
|
||||||
|
|
||||||
mkdir build; cd build
|
mkdir build; cd build
|
||||||
../configure --with-xlen=32 --with-arch=I --prefix=/opt/riscv32i --disable-float --disable-atomic
|
../configure --with-xlen=32 --with-arch=I --prefix=/opt/riscv32i --disable-float --disable-atomic
|
||||||
|
@ -604,7 +604,7 @@ By default calling any of those make targets will (re-)download the toolchain
|
||||||
sources. Run `make download-tools` to download the sources to `/var/cache/distfiles/`
|
sources. Run `make download-tools` to download the sources to `/var/cache/distfiles/`
|
||||||
once in advance.
|
once in advance.
|
||||||
|
|
||||||
*Note: This instructions are for git rev 888ae43 (2016-04-10) of riscv-gnu-toolchain.*
|
*Note: This instructions are for git rev 34db4e0 (2016-05-05) of riscv-gnu-toolchain.*
|
||||||
|
|
||||||
|
|
||||||
Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs
|
Evaluation: Timing and Utilization on Xilinx 7-Series FPGAs
|
||||||
|
|
Loading…
Reference in New Issue