Skip to content

Add the method to build riscv-tests on ARM in README #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ install path, and that the riscv-gnu-toolchain package is installed.
$ make
$ make install

If you are on an ARM machine, e.g., Raspberry Pi 4 with Fedora Spin 33
XFCE AArch64, you may use the similar configure arguments as below to
cross-compile riscv-tests:
./configure --prefix=$RISCV/target --build=aarch64-redhat-linux --host=riscv64-unknown-elf --target=riscv64-unknown-elf
The above target triplets depends on your host system and the toolchain prefix according to $RISCV.

The rest of this document describes the format of test programs for the RISC-V
architecture.

Expand Down