Update README.md
parent
c949aec489
commit
f14389c0ef
|
@ -74,7 +74,7 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack-
|
|||
```
|
||||
$ cd neorv32\sw\example\demo_blink_led_asm
|
||||
```
|
||||
<span style="color:red">Note: if you changed the location of the precompiled RISCV binaries, you need to modify the file "neorv32\sw\common\common.mk" on the line # 42, otheris</span>
|
||||
<span style="color:red">Note: if you changed the location of the precompiled RISCV binaries, you need to modify the file "neorv32\sw\common\common.mk" on the line # 42:</span>
|
||||
|
||||
```
|
||||
...
|
||||
|
@ -165,7 +165,7 @@ Enjoy!
|
|||
```
|
||||
$ cd neorv32\sw\example\demo_blink_led
|
||||
```
|
||||
<span style="color:red">Note: if you changed the location of the RISCV compiler, you need to modify the file "neorv32\sw\common\common.mk" on the line # 448, otheris</span>
|
||||
<span style="color:red">Note: if you changed the location of the RISCV compiler, you need to modify the file "neorv32\sw\common\common.mk" on the line # 448:</span>
|
||||
|
||||
```
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue