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
The "riscv-arch-test" needs the "ENABLE_FULL4G" option enabled. Or
simply run ".ci/riscv-tests.sh" that it will set the needed flags for
all tests.
Close#506.
[RISC-V GNU Compiler Toolchain](https://github.com/riscv-collab/riscv-gnu-toolchain) should be prepared in advance.
197
197
You can obtain prebuilt GNU toolchain for`riscv32-elf` from the [Automated Nightly Release](https://github.com/riscv-collab/riscv-gnu-toolchain/releases).
198
198
If `ENABLE_SYSTEM=1` was previously set, run `make distclean` before proceeding.
199
-
Then, run the following command:
199
+
Then, run the following command to run all tests:
200
200
```shell
201
-
$ make ENABLE_ARCH_TEST=1 arch-test
201
+
$ .ci/riscv-tests.sh
202
+
```
203
+
204
+
Or run it with the configuration you want:
205
+
```shell
206
+
$ make arch-test ENABLE_ARCH_TEST=1 ENABLE_FULL4G=1 <your-config>
202
207
```
203
208
204
209
For macOS users, installing `sdiff` might be required:
0 commit comments