From 06088ec5bc8742a9856fcb801ce97ae6854d8b4f Mon Sep 17 00:00:00 2001 From: FPGALover Date: Sat, 24 Feb 2024 09:46:47 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 151ce3f..22c2b6c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # neorv32 -neorv32 with Makefiles compatible with MSYS2 64 on Windows and Linux. +neorv32 with Makefiles compatible with MSYS2 64 on Windows(ONLY ASSEMBLY) and Linux(ASSEMBLY, C, and CPP). @@ -56,6 +56,17 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack- $ gcc --version gcc.exe (Rev2, Built by MSYS2 project) 13.2.0 ``` +7. go to the folder C:\msys64\ucrt64\bin make a copy of the file **mingw32-make.exe** and name it **make.exe** +
+ +8. go to the directory where you cloned or donwloaded this repository to the directory **neorv32\sw\example\demo_blink_led_asm** + ``` + $ cd neorv32\sw\example\demo_blink_led_asm + ``` +8. run the command **make all** (make sure all antivirus are disabled) + ``` + $ make all + -7. go to the directory where you cloned or donwloaded this repository -8. + ```