File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
14
14
TOOLCHAIN_URL=${TOOLCHAIN_REPO} /releases/download/v${GCC_VER} /xpack-riscv-none-elf-gcc-${GCC_VER} -linux-x64.tar.gz
15
15
else
16
16
UBUNTU_VER=` lsb_release -r | cut -f2`
17
- GCC_VER=2024.09.03
17
+ GCC_VER=2024.11.22
18
18
TOOLCHAIN_REPO=https://github.com/riscv-collab/riscv-gnu-toolchain
19
- TOOLCHAIN_URL=${TOOLCHAIN_REPO} /releases/download/${GCC_VER} /riscv32-elf-ubuntu-${UBUNTU_VER} -gcc-nightly-${GCC_VER} -nightly.tar.gz
19
+ TOOLCHAIN_URL=${TOOLCHAIN_REPO} /releases/download/${GCC_VER} /riscv32-elf-ubuntu-${UBUNTU_VER} -gcc-nightly-${GCC_VER} -nightly.tar.xz
20
20
fi
21
21
22
22
wget -q ${TOOLCHAIN_URL} -O- | tar -C toolchain --strip-components=1 -xz
You can’t perform that action at this time.
0 commit comments