Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e9cddc9b authored by ROKICKI Simon's avatar ROKICKI Simon
Browse files

Update README.md

parent 881e1444
No related branches found
No related tags found
No related merge requests found
Pipeline #72436 failed
......@@ -64,13 +64,13 @@ Comet implements the 32bit ISA with the M extension (hardware multiply) and has
The build process needs to be configured accordingly.
```
./configure --prefix=$RISCV --with-arch=rv32im --with-abi=ilp32
./configure --prefix=$RISCV --with-arch=rv32i --with-abi=ilp32
make
```
Once the toolchain compiled it is a good idea to add it's installation directory to the your system's PATH :
```
export PATH = $PATH:$RISCV
export PATH = $PATH:$RISCV/bin
```
> You may want to add that command to your shell startup file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment