Skip to content

Commit

Permalink
SCRIPT: update riscv toolchain (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-xp authored Sep 5, 2022
1 parent c7b2097 commit 93e1589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/download_toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

ROOT_PATH=$PWD
GCC_LINK=https://github.com/T-head-Semi/csi-nn2/releases/download/v1.12/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.2.5-20220323.tar.gz
GCC_LINK=https://github.com/T-head-Semi/csi-nn2/releases/download/v1.12.1/Xuantie-900-gcc-linux-5.10.4-glibc-x86_64-V2.4.0-20220428.tar.gz
TAR_FILE=$ROOT_PATH/tools/Xuantie-900-gcc-linux-toolchain.tar.gz

# create dir
Expand Down

0 comments on commit 93e1589

Please sign in to comment.