From 1cc029a1a38f1e026e4fc8d4c21ffeb43c1b2f08 Mon Sep 17 00:00:00 2001 From: jihongbin Date: Tue, 9 Nov 2021 17:21:37 +0800 Subject: [PATCH] [fix][bsp/thead-smart/gcc_csky.ld] Correct startup segment description error in link script --- bsp/thead-smart/gcc_csky.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/thead-smart/gcc_csky.ld b/bsp/thead-smart/gcc_csky.ld index f7cc25e822..1bdf60e7ba 100644 --- a/bsp/thead-smart/gcc_csky.ld +++ b/bsp/thead-smart/gcc_csky.ld @@ -44,7 +44,7 @@ SECTIONS .text : AT(ADDR(.text)){ . = ALIGN(0x4) ; __stext = . ; - KEEP(*startup.o(*.text*)) + KEEP(*startup_gcc.o(*.text*)) *(.text) *(.text*) *(.text.*)