neorv32 with Makefiles compatible with MSYS2 64 for windows and regular Linux.
 
 
 
 
 
 
Go to file
FPGALover 86cbd3577d modifying common file 2024-02-24 01:45:53 -08:00
docs Adding Files 2024-02-24 00:25:27 -08:00
rtl Adding Files 2024-02-24 00:25:27 -08:00
sim Adding Files 2024-02-24 00:25:27 -08:00
sw modifying common file 2024-02-24 01:45:53 -08:00
CHANGELOG.md Adding Files 2024-02-24 00:25:27 -08:00
CITATION.cff Adding Files 2024-02-24 00:25:27 -08:00
CODE_OF_CONDUCT.md Adding Files 2024-02-24 00:25:27 -08:00
CONTRIBUTING.md Adding Files 2024-02-24 00:25:27 -08:00
LICENSE Initial commit 2024-02-24 08:22:30 +00:00
README.md Update README.md 2024-02-24 08:36:08 +00:00
do.py Adding Files 2024-02-24 00:25:27 -08:00

README.md

neorv32

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