Update README.md

main
FPGALover 2024-02-24 09:57:18 +00:00
parent e96d8140f8
commit 8e3fa3a8e9
1 changed files with 4 additions and 3 deletions

View File

@ -2,10 +2,11 @@
neorv32 with Makefiles compatible with MSYS2 64 on Windows(ONLY ASSEMBLY) and Linux(ASSEMBLY, C, and CPP). 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.
## 1. Windows Installation
## 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/ 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. 10. you have been able to compiled assembly for the RISCV on windows.
## Linux Installation ## 2. Linux Installation
1. Open shell and run: 1. Open shell and run:
``` ```