Update README.md
parent
2263b0dfe6
commit
26e6f16764
|
@ -2,11 +2,11 @@
|
|||
|
||||
neorv32 with modiefied Makefiles, compatible with MSYS2 64 for cross compilatation on Windows and Linux.
|
||||
|
||||
# 1. Windows Installation, and test.
|
||||
# 2. Linux Installation, and test.
|
||||
# 1. Windows Installation, and example of cross compilation.
|
||||
# 2. Linux Installation, and example of cross compilation.
|
||||
|
||||
|
||||
## 1. Windows Installation
|
||||
## 1. Windows Installation and example of cross compilation
|
||||
|
||||
You must download the latest RISCV precompiled binaries for your platform from: https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases/
|
||||
|
||||
|
@ -145,7 +145,7 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack-
|
|||
|
||||
Enjoy!
|
||||
|
||||
## 2. Linux Installation
|
||||
## 2. Linux Installation and example of cross compilation
|
||||
|
||||
1. Open shell and run:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue