We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a568e32 + badf8aa commit 6c8c4e2Copy full SHA for 6c8c4e2
.ci/riscv-toolchain-install.sh
@@ -9,12 +9,12 @@ check_platform
9
mkdir -p toolchain
10
11
if [[ "$#" == "0" ]] || [[ "$1" != "riscv-collab" ]]; then
12
- GCC_VER=14.2.0-1
+ GCC_VER=14.2.0-2
13
TOOLCHAIN_REPO=https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack
14
TOOLCHAIN_URL=${TOOLCHAIN_REPO}/releases/download/v${GCC_VER}/xpack-riscv-none-elf-gcc-${GCC_VER}-linux-x64.tar.gz
15
else
16
UBUNTU_VER=`lsb_release -r | cut -f2`
17
- GCC_VER=2024.04.12
+ GCC_VER=2024.09.03
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
20
fi
0 commit comments