针对你提出的 riscv32-unknown-elf-gcc: command not found 问题,以下是一些可能的解决步骤: 确认是否已安装riscv32-unknown-elf-gcc: 如果你是通过执行某个脚本(如build.sh)来安装RISC-V工具链的,并且安装过程中显示了“RISC-V Toolchain installation completed!”的消息,那么理论上应该已经安装了riscv32-unkn...
I installed the the tool by executing build.sh. It displayed a message 'RISC-V Toolchain installation completed!' at the end. After that when I use 'riscv32-unknown-elf-gcc' it still says command not found. I already have installed riscv...