4
0
Vadim Kaushan 6 жил өмнө
parent
commit
43b527c99b
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      riscv-rt/link.x

+ 5 - 0
riscv-rt/link.x

@@ -21,6 +21,11 @@ SECTIONS
 {
   PROVIDE(_stext = ORIGIN(FLASH));
 
+  .text.dummy ORIGIN(FLASH) :
+  {
+    /* This section is intended to make _stext address work */
+  } > FLASH :ram
+
   .text ALIGN(_stext,4) :
   {
     /* Put reset handler first in .text section so it ends up as the entry */