The riscv-gnu-toolchain repo commit that is checked out when running piton/ariane_build_tools.sh (which in turn calls piton/design/chip/tile/ariane/ci/build-riscv-gcc.sh) is from 2017. Some git submodules don't even exist anymore.
I assume that no-one actually uses this script to build these dependencies, and already have the $RISCV variable pointing at a working installation. It probably worth making this the default approach in the installation instructions.
The riscv-gnu-toolchain repo commit that is checked out when running
piton/ariane_build_tools.sh(which in turn callspiton/design/chip/tile/ariane/ci/build-riscv-gcc.sh) is from 2017. Some git submodules don't even exist anymore.I assume that no-one actually uses this script to build these dependencies, and already have the
$RISCVvariable pointing at a working installation. It probably worth making this the default approach in the installation instructions.