mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
tools: Switch riscv GCC to 12.3
GCC13 have compatibility issue with libcxx (need libcxx 17+). Please refer to: https://github.com/llvm/llvm-project/issues/62396 Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
@@ -170,7 +170,7 @@ RUN cd /tools/renesas-tools/build/gcc && \
|
||||
FROM nuttx-toolchain-base AS nuttx-toolchain-riscv
|
||||
# Download the latest RISCV GCC toolchain prebuilt by xPack
|
||||
RUN mkdir riscv-none-elf-gcc && \
|
||||
curl -s -L "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v13.2.0-1/xpack-riscv-none-elf-gcc-13.2.0-1-linux-x64.tar.gz" \
|
||||
curl -s -L "https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/download/v12.3.0-1/xpack-riscv-none-elf-gcc-12.3.0-1-linux-x64.tar.gz" \
|
||||
| tar -C riscv-none-elf-gcc --strip-components 1 -xz
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user