Skip to content

Commit 89ad0da

Browse files
committed
Clarify supported compiler version in README
1 parent 5e51f93 commit 89ad0da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ For more details on uv and alternate installation methods, see the [uv installat
6464

6565
#### 3. RISC-V Compiler
6666

67-
The ACT framework is compatible with GCC or LLVM/Clang. This guide uses GCC, but if you prefer LLVM you just need to set the path for the compiler appropriately when [creating your config file](#act-framework-configuration-file). See [config/sail/sail-rv64-max-clang/test_config.yaml](./config/sail/sail-rv64-max-clang/test_config.yaml) for an example.
67+
The ACT framework is compatible with GCC/Binutils or LLVM/Clang. Only the latest release of each is officially supported and tested in CI.
68+
Currently, that is GCC 15/Binutils 2.44 or LLVM/Clang 21.
69+
70+
This guide uses GCC, but if you prefer LLVM you just need to set the path for the compiler appropriately when [creating your config file](#act-framework-configuration-file). See [config/sail/sail-rv64-max-clang/test_config.yaml](./config/sail/sail-rv64-max-clang/test_config.yaml) for an example.
6871

6972
> [!NOTE]
7073
>

0 commit comments

Comments
 (0)