Enthernet Code
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 10/2/2024 in #firmware-and-baremetal
Compilation Errors on AMD RYZEN 5 Using GCC and NASM for Assembly Code
The issue with compiling your app.asm file locally likely comes from differences between your local setup and the online compiler. Possible causes include outdated GCC or NASM versions, platform differences (Windows vs. Linux), incorrect flags or options for assembling and linking, or file path issues. To fix it, update your compilers, check the architecture you're targeting (32-bit vs 64-bit), review the error logs, and ensure your setup is configured correctly.
@Marvee Amasi
6 replies