chipsalliance / chipsalliance/rocket-tools
riscv-pk in ubuntu: "Error: unrecognized opcode fence.i' "
Open
- Dominant language
- Shell
- Stars
- 62
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
resolved by adding the following line in the "build.sh" file
Original build command:
CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv64-unknown-elf
updated build command:
CC= CXX= build_project riscv-pk --prefix=$RISCV --host=riscv64-unknown-elf --with-arch=rv64gc_zifencei
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.