MirrorZ Help

RISC-V 工具链镜像使用帮助

选择镜像

本镜像包含 RISC-V 常用工具与文档,分别以 Git 仓库与 Release 的形式镜像。

Git 仓库

本站提供了克隆脚本,以供克隆相关仓库与子模块。样例如下

# riscv-gnu-toolchain 及其子模块
## 单独克隆
git clone https://(Loading...)/git/riscv-collab/riscv-gnu-toolchain.git
## 同时克隆子模块,注意路径为 .git 替换为 .sh
curl https://(Loading...)/git/riscv-collab/riscv-gnu-toolchain.sh | bash
# rocket-tools 及其子模块
## 单独克隆
git https://(Loading...)/git/chipsalliance/rocket-tools.git
## 同时克隆子模块
curl https://(Loading...)/git/chipsalliance/rocket-tools.sh | bash

已有项目可以在

https://(Loading...)/git/

中浏览。

Release

镜像站提供了标准文档和预编译工具链的镜像,例如

# RISC-V 非特权与特权指令集文档
https://(Loading...)/release/riscv/riscv-isa-manual/
# RISC-V 向量扩展指令集文档
https://(Loading...)/release/riscv/riscv-v-spec/
# 预编译 riscv-gnu-toolchain
https://(Loading...)/release/riscv-collab/riscv-gnu-toolchain/LatestRelease/

已有项目可以在

https://(Loading...)/release/

中浏览。

添加镜像

目前该同步脚本(暂时)维护在 https://github.com/tuna/tunasync-scripts/blob/for-iscas/riscv-toolchains.sh

在后续的维护中,您可以通过 PR 添加新的镜像。

这个页面的内容有问题?在 GitHub Issue 反馈

想完善这个页面?查看我们的贡献指南在 GitHub 上查看此页的源代码

本页面的全部内容在 CC BY-NC-SA 4.0 协议之条款下提供,附加条款亦可能应用。