Add ninja to toolchain setup
In addition to meson I had to install ninja for the picolibc update. Not sure if it was just an issue on my system but wanted to flag it.
This commit is contained in:
parent
5661480409
commit
5e2d03dad7
|
@ -154,7 +154,7 @@ $ ./litex_setup.py update
|
||||||
|
|
||||||
3. Install a RISC-V toolchain (Only if you want to test/create a SoC with a CPU):
|
3. Install a RISC-V toolchain (Only if you want to test/create a SoC with a CPU):
|
||||||
```sh
|
```sh
|
||||||
$ pip3 install meson
|
$ pip3 install meson ninja
|
||||||
$ ./litex_setup.py gcc
|
$ ./litex_setup.py gcc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue