From 26e6f16764c29eb49fbbf02645c855fab80963d4 Mon Sep 17 00:00:00 2001 From: FPGALover Date: Wed, 28 Feb 2024 00:08:41 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68fa8d5..af8c900 100644 --- a/README.md +++ b/README.md @@ -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: ```