This is an automated email from the ASF dual-hosted git repository.

archer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 5207295f83 esp32c6: fixed ci build issue
5207295f83 is described below

commit 5207295f8372b00427d5871e4bfcf8d78554c861
Author: zhangyuan21 <zhangyua...@xiaomi.com>
AuthorDate: Tue Apr 18 05:10:56 2023 +0800

    esp32c6: fixed ci build issue
    
    Signed-off-by: zhangyuan21 <zhangyua...@xiaomi.com>
---
 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.*)

Reply via email to