We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
首先,在官网下载 Prebuilt RISC‑V GCC Toolchain 并解压,拷贝解压所得文件夹的路径。
在命令行中输入 export PATH=$PATH:[path]/bin , [path] 为刚刚拷贝的路径。这样便临时设置 shell 去指定目录寻找命令了。
export PATH=$PATH:[path]/bin
如果需要比较懒,而且担心遗忘,可以在根目录的 ~/.bash_profile 文件中添加:
仅在 MacOS 中进行测试