From 5207295f8372b00427d5871e4bfcf8d78554c861 Mon Sep 17 00:00:00 2001 From: zhangyuan21 Date: Tue, 18 Apr 2023 05:10:56 +0800 Subject: [PATCH] esp32c6: fixed ci build issue Signed-off-by: zhangyuan21 --- boards/risc-v/esp32c6/common/scripts/legacy_sections.ld | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/esp32c6/common/scripts/legacy_sections.ld b/boards/risc-v/esp32c6/common/scripts/legacy_sections.ld index 7f6349faea..eadef0438c 100644 --- a/boards/risc-v/esp32c6/common/scripts/legacy_sections.ld +++ b/boards/risc-v/esp32c6/common/scripts/legacy_sections.ld @@ -161,6 +161,7 @@ SECTIONS *(.irom1.text) /* catch stray ICACHE_RODATA_ATTR */ *(.gnu.linkonce.r.*) *(.rodata1) + *(.srodata.*) __XT_EXCEPTION_TABLE_ = ABSOLUTE(.); *(.xt_except_table) *(.gcc_except_table .gcc_except_table.*)