Update RISC-V64_QEMU.md

This commit is contained in:
aiminick 2021-06-22 17:02:20 +08:00 committed by GitHub
parent 5a9b271a81
commit ef144bc451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ libgmp-dev gawk build-essential bison flex texinfo gperf libtool patchutils bc z
git clone https://gitee.com/mirrors/riscv-gnu-toolchain --depth=1
git rm --cached qemu
git submodule update --init --recursive
git submodule update --init --recursive --depth=1
./configure --prefix=/opt/riscv-gnu-toolchain_install && make linux -j $(nproc --all)
echo 'export PATH=/opt/riscv-gnu-toolchain_install/bin:$PATH' >> ~/.bashrc
source ~/.bashrc