neorv32/README.md

20 lines
626 B
Markdown
Raw Normal View History

2024-02-24 08:22:30 +00:00
# neorv32
2024-02-24 08:36:08 +00:00
neorv32 with Makefiles compatible with MSYS2 64 for windows and regular Linux.
## Windows Installation
1. clone this repository on your windows machine.
2. download and install MSYS2(msys2-x86_64-20240113.exe) --> https://www.msys2.org/
3. once MSYS2 is installed, run MSYS2, and run the command
```
pacman -S mingw-w64-ucrt-x86_64-gcc
```
4. Select ALL dependencies by pressing Enter and select Y[yes].
5. after the installation is completed, add the *Path* *"C:\msys64\ucrt64\bin"* under the enviroments variable on Windows.
6. open a cmd and run the command
```
gcc --version
```