diff --git a/README.md b/README.md index 22c2b6c..13fe5bc 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,35 @@ in this case the architecture x64 for windows binaries(https://github.com/xpack- 8. run the command **make all** (make sure all antivirus are disabled) ``` $ make all - + "Memory utilization:" + text data bss dec hex filename + 432 0 0 432 1b0 main.elf + "Generationg APP BIN" + "OK - APP BIN" + "Generationg APP IMG VHD" + "OK - APP IMG VHD" + "Generationg RAW HEX" + "OK - RAW HEX" + "Generationg RAW BIN" + "OK - RAW BIN" + "Generationg BOOT IMG VHD" + "OK - BOOT IMG VHD" + "Memories Generated" ``` +9. list the generated files and you will see + + ``` + $ ls -l + -rw-rw-rw- 1 adriz 0 6781 2024-02-24 01:45 main.asm + -rw-rw-rw- 1 adriz 0 432 2024-02-24 01:45 main.bin + -rw-rw-rw- 1 adriz 0 8708 2024-02-24 01:45 main.elf + -rw-rw-rw- 1 adriz 0 5456 2024-02-23 16:14 main.S + -rw-rw-rw- 1 adriz 0 2764 2024-02-24 01:45 main.S.o + -rw-rw-rw- 1 adriz 0 274 2024-02-24 01:16 makefile + -rw-rw-rw- 1 adriz 0 1882 2024-02-24 01:45 neorv32_application_image.vhd + -rw-rw-rw- 1 adriz 0 1878 2024-02-24 01:45 neorv32_bootloader_image.vhd + -rw-rw-rw- 1 adriz 0 444 2024-02-24 01:45 neorv32_exe.bin + -rw-rw-rw- 1 adriz 0 432 2024-02-24 01:45 neorv32_raw_exe.bin + -rw-rw-rw- 1 adriz 0 972 2024-02-24 01:45 neorv32_raw_exe.hex + ```