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
.flag("--sysroot=/opt/riscv/riscv32-unknown-elf")// https://github.com/riscv-collab/riscv-gnu-toolchain has been built and stored in /opt/riscv
43
-
.flag("--gcc-toolchain=/opt/riscv")// https://github.com/riscv-collab/riscv-gnu-toolchain has been built and stored in /opt/riscv
41
+
base_config.compiler("/usr/bin/clang")
42
+
.flag("--sysroot=/tmp/riscv32im-osx-arm64/riscv32-unknown-elf")// https://github.com/riscv-collab/riscv-gnu-toolchain has been built and stored in /opt/riscv
43
+
.flag("--gcc-toolchain=/tmp/riscv32im-osx-arm64")// https://github.com/riscv-collab/riscv-gnu-toolchain has been built and stored in /opt/riscv
0 commit comments