Update README.md
parent
e96d8140f8
commit
8e3fa3a8e9
|
@ -2,10 +2,11 @@
|
|||
|
||||
neorv32 with Makefiles compatible with MSYS2 64 on Windows(ONLY ASSEMBLY) and Linux(ASSEMBLY, C, and CPP).
|
||||
|
||||
# 1. Windows Installation, and test.
|
||||
# 2. Linux Installation, and test.
|
||||
|
||||
|
||||
|
||||
## Windows Installation
|
||||
## 1. Windows Installation
|
||||
|
||||
You must download the latest RISCV precompiled binaries for your platform from: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/
|
||||
|
||||
|
@ -102,7 +103,7 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack-
|
|||
10. you have been able to compiled assembly for the RISCV on windows.
|
||||
|
||||
|
||||
## Linux Installation
|
||||
## 2. Linux Installation
|
||||
|
||||
1. Open shell and run:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue