Fixing linker entry point

This commit is contained in:
Imbus 2024-04-05 18:27:06 +02:00
parent 1712787e01
commit 8024135f25

View file

@ -5,6 +5,7 @@ MEMORY {
SECTIONS { SECTIONS {
.text : { .text : {
main.o(.text.*)
*(.text) *(.text)
} > DRAM } > DRAM
.data : { .data : {