-
Rust 编译慢/卡死的问题1. 卡在依赖库如果是在编译依赖库的过程中卡死,如: 那有可能是在找编译库的时候网络卡死了。 Rust 的包管理器 [dependencies]
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }简单解决办法1. 配置代理/换源在这里不讨论,可以参考文档 https://learningos.github.io/rCore-Tutorial-Guide-2023S/0setup-devel-env.html 2. 使用
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
. |
Beta Was this translation helpful? Give feedback.
.