rCore-Tutorial icon indicating copy to clipboard operation
rCore-Tutorial copied to clipboard

编译错误

Open hindlee opened this issue 4 years ago • 0 comments

欢迎提出任何问题

涉及文件

Makefile

相关段落

最好包括文档 / 代码片段的引用,以便于我们定位问题 [wenyan@WYarch rCore-Tutorial]$ sudo make run make[1]: 进入目录“/home/wenyan/Projects/rCore-Tutorial/user” which: no rcore-fs-fuse in (/usr/local/bin:/home/wenyan/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) Installing rcore-fs-fuse Updating git repository https://github.com/rcore-os/rcore-fs Installing rcore-fs-fuse v0.1.0 (https://github.com/rcore-os/rcore-fs#7c232eca) Updating crates.io index error: failed to compile rcore-fs-fuse v0.1.0 (https://github.com/rcore-os/rcore-fs#7c232eca), intermediate artifacts can be found at /tmp/cargo-install2uXdho

Caused by: failed to download time v0.3.5

Caused by: unable to get packages from source

Caused by: failed to parse manifest at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.5/Cargo.toml

Caused by: feature resolver is required

consider adding cargo-features = ["resolver"] to the manifest make[1]: *** [Makefile:23:dependency] 错误 101 make[1]: 离开目录“/home/wenyan/Projects/rCore-Tutorial/user” make: *** [Makefile:2:run] 错误 2

遇到问题

hindlee avatar Nov 16 '21 12:11 hindlee