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
{{ message }}
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
then I tar the tool to /opt/riscv folder with the command: tar -xzvf riscv64-elf-ubuntu-20.04-nightly-2022.12.17-nightly.tar.gz -C /opt
In my bashrc file, I added:
export RISCV="/opt/riscv"
export PATH=$PATH:$RISCV/bin
and run source ~/.bashrc
when I run ./build.sh in riscv-tools folder, I encountered the following issue:
to my analysis, there are a few possible reason for this error:
I may miss some dependency libs?
I didn't add the path of the lib to LD_LIBRARY_PATH, but I couldn't find the lib in the folder.
I just noticed that riscv-tools/riscv-tests/isa/Makefile has correctly built some files, but failed to build some other files. Please check the following picture.
I experienced the upper issues when I run build.sh in WSL ubuntu 20.04.
I then installed a new and clean VMware ubuntu 20.04 (then installed all necessary packages/dependencies) , I still experienced the same issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am working on ubuntu 20.04. I am not building riscv-tools and am experiencing the following issues.
Here are my steps about how to build it:
I downloaded riscv-gnu-toolchain and riscv-tools from:
then I tar the tool to
/opt/riscv
folder with the command:tar -xzvf riscv64-elf-ubuntu-20.04-nightly-2022.12.17-nightly.tar.gz -C /opt
In my bashrc file, I added:
export RISCV="/opt/riscv"
export PATH=$PATH:$RISCV/bin
and run source ~/.bashrc
when I run
./build.sh
in riscv-tools folder, I encountered the following issue:to my analysis, there are a few possible reason for this error:
I may miss some dependency libs?
I didn't add the path of the lib to LD_LIBRARY_PATH, but I couldn't find the lib in the folder.
I just noticed that riscv-tools/riscv-tests/isa/Makefile has correctly built some files, but failed to build some other files. Please check the following picture.
The text was updated successfully, but these errors were encountered: