Browse Source

[fix][bsp/thead-smart/gcc_csky.ld]
Correct startup segment description error in link script

jihongbin 3 years ago
parent
commit
1cc029a1a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/thead-smart/gcc_csky.ld

+ 1 - 1
bsp/thead-smart/gcc_csky.ld

@@ -44,7 +44,7 @@ SECTIONS
   .text : AT(ADDR(.text)){
   .text : AT(ADDR(.text)){
   . = ALIGN(0x4) ;
   . = ALIGN(0x4) ;
   __stext = . ;
   __stext = . ;
-  KEEP(*startup.o(*.text*))
+  KEEP(*startup_gcc.o(*.text*))
   *(.text)
   *(.text)
   *(.text*)
   *(.text*)
   *(.text.*)
   *(.text.*)