Skip to content

Commit

Permalink
[README] Add information on LLVM toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-eth committed Nov 7, 2024
1 parent da2468a commit bb7d91d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ which riscv32-unknown-elf-gcc
```
is not empty.

## LLVM Toolchain

The applications are built using the RISC-V LLVM toolchain. On IIS systems, users can use the pre-installed LLVM version 12.0.1.

Outside of IIS systems, you need to install LLVM version 12.0.1 or later to ensure compatibility.

The correct version of the toolchain can be verified by running
```
llvm-config --version
```

## Building the SDK

To build the SDK and all tests contained in the SDK, run

```
Expand Down

0 comments on commit bb7d91d

Please sign in to comment.