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
Increment Sail version, and consolidate version usage in CI. (#1963)
Make the `sail-setup` action use the Sail version in
`cmake/sail_required_version.txt` by default.
---------
Signed-off-by: Prashanth Mundkur <prashanth@riscv.org>
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,6 @@ $ ./build_simulator.sh
83
83
84
84
will build the simulator at `build/c_emulator/sail_riscv_sim`.
85
85
86
-
If you get an error message saying `sail: unknown option '--require-version'.` it's because your Sail compiler is too old. You need version 0.20.2 or later.
87
-
88
86
By default [`build_simulator.sh`](./build_simulator.sh) will download and build [libgmp](https://gmplib.org).
89
87
To use a system installation of libgmp, run `env DOWNLOAD_GMP=FALSE ./build_simulator.sh` instead.
0 commit comments