Skip to content

Commit 355ca0c

Browse files
committed
fix: installations
1 parent 0b830ee commit 355ca0c

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

README.md

+2-28
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ The internal discussion can be found [here](./DISCUSSION.md).
4848
brew install [email protected]
4949
brew install antlr@4
5050
brew install openjdk@21
51-
brew install llvm@16
51+
brew install llvm@18
5252
brew tap riscv-software-src/riscv
5353
brew install riscv-tools
5454
export PATH="/opt/homebrew/bin:$PATH"
55-
export PATH="/opt/homebrew/opt/llvm@16/bin:$PATH"
56-
brew install --cask spike
55+
export PATH="/opt/homebrew/opt/llvm@18/bin:$PATH"
5756
make build
5857
source install.sh
5958
```
@@ -116,31 +115,6 @@ or
116115
sudo apt install gcc-riscv64-unknown-elf
117116
```
118117

119-
Install `spike`. ⚠️This is optional
120-
121-
```
122-
sudo apt install device-tree-compiler libboost-all-dev
123-
124-
cd ~/risc-v
125-
git clone https://github.com/riscv-software-src/riscv-isa-sim.git
126-
127-
cd riscv-isa-sim
128-
129-
mkdir build
130-
cd build
131-
132-
../configure --prefix=/opt/riscv
133-
make
134-
make install
135-
```
136-
137-
Build & Install compiler in the root folder
138-
139-
```
140-
make build
141-
source install.sh
142-
```
143-
144118
## How to compile cellscript program
145119

146120
You can write your program in file with `.cell`. Here for example, we say `hello.cell`

0 commit comments

Comments
 (0)