LU Yidan

Results 2 comments of LU Yidan

请问一下为什么在终端输入cargo build后会遇到这种问题呢,把main.rs中的use core::arch::global_asm换成use core::global_asm还是不行,下面的github链接有没有找到方案 error[E0658]: use of unstable library feature 'global_asm': `global_asm!` is not stable enough for use and is subject to change --> src/main.rs:8:1 | 8 | global_asm!(include_str!("entry.asm")); |...

关于执行riscv64-unknown-elf-gdb后 ``` riscv64-unknown-elf-gdb: command not found ``` gdb工具链下载链接已在开发环境配置中,我将其下载解压在目录: /home/oslab/.riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14/ 具体目录根据你的情况而定 对于gdb这样一个可执行二进制文件,如何将其路径添加直环境变量中呢?  终端中输入 `````` gedit .bashrc `````` 添加一行 ``` export PATH=$PATH:/home/oslab/.riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14/bin ``` 大功告成,这样就可以直接使用该命令啦 ------------------ 原始邮件 ------------------ 发件人: ***@***.***>; 发送时间: 2022年1月16日(星期天) 晚上8:05 收件人: ***@***.***>;...