diff --git a/ld_script_modern.txt b/ld_script_modern.txt index 992706e1b..588685112 100644 --- a/ld_script_modern.txt +++ b/ld_script_modern.txt @@ -37,7 +37,7 @@ SECTIONS { .text : ALIGN(4) { - asm/crt0.o(.text); + src/crt0.o(.text); *(.text*); } =0