You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, you must define the variables in script "build_elf_toolchain.sh" as shown in the table.
Then, you can execute the script to build and install toolchain.
The default setting is "nds32le-elf-newlib-v5".
Toolchain
ARCH
ABI
CPU
TARGET
nds32le-elf-newlib-v5e
rv32emc_zicsr_zifencei_xandes
ilp32e
andes-25-series
riscv32-elf
nds32le-elf-newlib-v5
rv32imc_zicsr_zifencei_xandes
ilp32
andes-25-series
riscv32-elf
nds32le-elf-newlib-v5f
rv32imfc_zicsr_zifencei_xandes
ilp32f
andes-25-series
riscv32-elf
nds32le-elf-newlib-v5d
rv32imfdc_zicsr_zifencei_xandes
ilp32d
andes-25-series
riscv32-elf
nds64le-elf-newlib-v5
rv64imc_zicsr_zifencei_xandes
lp64
andes-25-series
riscv64-elf
nds64le-elf-newlib-v5f
rv64imfc_zicsr_zifencei_xandes
lp64f
andes-25-series
riscv64-elf
nds64le-elf-newlib-v5d
rv64imfdc_zicsr_zifencei_xandes
lp64d
andes-25-series
riscv64-elf
Installation (Linux)
First, you must define the variables in script "build_linux_toolchain.sh" as shown in the table.
Then, you can execute the script to build and install toolchain.
The default setting is "nds32le-linux-glibc-v5d".