File tree 1 file changed +2
-28
lines changed
1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,11 @@ The internal discussion can be found [here](./DISCUSSION.md).
48
48
49
49
brew install antlr@4
50
50
brew install openjdk@21
51
- brew install llvm@16
51
+ brew install llvm@18
52
52
brew tap riscv-software-src/riscv
53
53
brew install riscv-tools
54
54
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"
57
56
make build
58
57
source install.sh
59
58
```
116
115
sudo apt install gcc-riscv64-unknown-elf
117
116
```
118
117
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
-
144
118
## How to compile cellscript program
145
119
146
120
You can write your program in file with ` .cell ` . Here for example, we say ` hello.cell `
You can’t perform that action at this time.
0 commit comments