We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b91d89 commit 0fb9e35Copy full SHA for 0fb9e35
README.md
@@ -43,10 +43,12 @@ Building the Rev SST component from source using CMake (>= 3.19) can be performe
43
git clone
44
git config core.hooksPath .githooks
45
cd rev/build
46
- cmake -DRVCC=/path/to/riscv/compiler/exe ..
+ cmake -DRVCC=/path/to/riscv/c/compiler/exe -DRVCXX=/path/to/riscv/c++/compiler/exe ..
47
make -j
48
make install
49
50
+RVCC and RVCXX can be set as environment variables in lieu of passing them to CMake.
51
+
52
Additional build options include:
53
* -DBUILD_ASM_TESTING=ON
54
* -DBUILD_DOCUMENTATION=ON : enables Doxygen source code generation (use `make doc`)
0 commit comments