add ENTRY(Reset_Handler) to linker of samd21 and samd51 board

fix #303
This commit is contained in:
hathach
2020-03-28 22:25:07 +07:00
parent 1712b61ab6
commit ad2824df8b
8 changed files with 15 additions and 2 deletions
+1 -2
View File
@@ -52,8 +52,7 @@ SECTIONS
. = ALIGN(4);
_sfixed = .;
KEEP(*(.vectors .vectors.*))
*(.text*)
*(.gnu.linkonce.t.*)
*(.text .text.* .gnu.linkonce.t.*)
*(.glue_7t) *(.glue_7)
*(.rodata .rodata* .gnu.linkonce.r.*)
*(.ARM.extab* .gnu.linkonce.armextab.*)