-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第零章:实验环境说明 · GitBook #62
Comments
自行配置 Linux(虚拟机)/MacOS/wsl 实验环境的同学,请参考 |
macOS 下配置命令 rustup toolchain install nightly
rustup target add riscv64imac-unknown-none-elf
rustup component add llvm-tools-preview
cargo install cargo-binutils
brew install dtc qemu |
运行 make run 报下面的错误,不知道 opensbi-riscv64-virt-fw_jump.bin 这个文件是哪里来的
|
运行时报错,和gongbo2018情况一样,不知道是缺少什么环境了,网上也没有搜索到 |
按照 这里 所讲的升级一下 Qemu 版本试一下? |
我是按照这个说明安装的,这是版本截图

这里是报错截图,不知道哪里出了问题。。。

|
重新配置了一下环境,可以运行了,但是走到最后一步的时候出错了,不知道什么原因。
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://rcore-os.github.io/rCore_tutorial_doc/chapter0/introduction.html
The text was updated successfully, but these errors were encountered: