File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1515 },
1616 {
1717 "href" : " https://github.com/riscv/riscv-gnu-toolchain.git" ,
18- "tree" : " master"
19- },
20- {
21- "href" : " https://github.com/gcc-mirror/gcc" ,
22- "tree" : " releases/gcc-14"
18+ "tree" : " 2025.06.13"
2319 }
2420 ]
2521}
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ mkdir -p $INSTALLDIR
1212BUILDDIR=$( pwd)
1313
1414cd riscv-gnu-toolchain
15- ./configure --prefix=$BUILDDIR /$INSTALLDIR --with-arch=rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb --with-abi=ilp32 --with-multilib-generator=" rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb-ilp32--;rv32imac_zicsr_zifencei_zba_zbb_zbs_zbkb-ilp32--" --with-gcc-src= $BUILDDIR /gcc
15+ ./configure --prefix=$BUILDDIR /$INSTALLDIR --with-arch=rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb --with-abi=ilp32 --with-multilib-generator=" rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb-ilp32--;rv32imac_zicsr_zifencei_zba_zbb_zbs_zbkb-ilp32--"
1616make -j$( nproc)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ GDB_TARGET_FLAGS_EXTRA="--with-gmp=/opt/homebrew --with-mpfr=/opt/homebrew"
1313export GDB_TARGET_FLAGS_EXTRA
1414
1515cd riscv-gnu-toolchain
16- ./configure --prefix=$BUILDDIR /$INSTALLDIR --with-arch=rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb --with-abi=ilp32 --with-multilib-generator=" rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb-ilp32--;rv32imac_zicsr_zifencei_zba_zbb_zbs_zbkb-ilp32--" --with-gcc-src= $BUILDDIR /gcc
16+ ./configure --prefix=$BUILDDIR /$INSTALLDIR --with-arch=rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb --with-abi=ilp32 --with-multilib-generator=" rv32ima_zicsr_zifencei_zba_zbb_zbs_zbkb_zca_zcb-ilp32--;rv32imac_zicsr_zifencei_zba_zbb_zbs_zbkb-ilp32--"
1717# 4 threads, as 8 threads runs out of memory
1818gmake -j4
1919
You can’t perform that action at this time.
0 commit comments