Browse Source

README.md: configure option for rv32ic (#332)

cf. https://github.com/riscv-software-src/riscv-isa-sim/issues/1361

Signed-off-by: Hiroo HAYASHI <24754036+hirooih@users.noreply.github.com>
pull/334/head
hirooih 2 years ago
committed by GitHub
parent
commit
1f5bcbe4d0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      README.md

3
README.md

@ -34,6 +34,9 @@ by setting `--host=riscv64-unknown-linux-gnu`.
By default, 64-bit (RV64) versions of `pk` and `bbl` are built. To
built 32-bit (RV32) versions, supply a `--with-arch=rv32i` flag to the
configure command.
To process RVC binaries, supply a `--with-arch=rv32ic` flag, because the
emulation code (floating point and miss-aligned load and store) is different in
the RVC case.
The `install` step installs 64-bit build products into a directory
matching your host (e.g. `$RISCV/riscv64-unknown-elf`). 32-bit versions

Loading…
Cancel
Save