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
error[E0658]: use of unstable library feature 'asm': inline assembly is not stable enough for use and is subject to change
--> /home/hlinbit/.cargo/git/checkouts/riscv-ab2abd16c438337b/11d43cf/src/register/macros.rs:105:23
|
105 | () => core::arch::asm!("csrrw x0, {1}, {0}", in(reg) bits, const $csr_number),
| ^^^^^^^^^^^^^^^
|
::: /home/hlinbit/.cargo/git/checkouts/riscv-ab2abd16c438337b/11d43cf/src/register/hypervisorx64/vsepc.rs:3:1
切换到ch4-lab分之后执行
make run
,在编译中会出现大量错误,错误如下:环境:Ubuntu64/Macos-M1都出现这个问题,rust版本:rustc 1.57.0-nightly (e1e9319d9 2021-10-14)。
The text was updated successfully, but these errors were encountered: