riscv-toolchain-install-guide
riscv-toolchain-install-guide copied to clipboard
cleaned up linker script to only the minimal that is needed and added…
Hello @johnwinans ,
I recently cleaned up the linker script to retain only the necessary parts and added comments for better understanding. I have tested the revised script with both GCC (ld) and Clang (ld.lld) to ensure it works correctly. If you find this helpful, please consider merging it, as the original script contained a lot of overwhelming information at first glance, and this version might simplify it.
And thanks for the tutorial.