From d3a9545e95591de33c8af07f8c4daf5b80ceaeff Mon Sep 17 00:00:00 2001 From: Omar Chebib Date: Mon, 30 Dec 2024 16:51:04 +0800 Subject: [PATCH] fix(esp_system): add missing `arrays` attribute in the ESP32-P4 linker script --- components/esp_system/ld/esp32p4/sections.ld.in | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_system/ld/esp32p4/sections.ld.in b/components/esp_system/ld/esp32p4/sections.ld.in index 0a48714d3e..473a1332d5 100644 --- a/components/esp_system/ld/esp32p4/sections.ld.in +++ b/components/esp_system/ld/esp32p4/sections.ld.in @@ -492,6 +492,7 @@ SECTIONS .ext_ram.bss (NOLOAD) : { _ext_ram_bss_start = ABSOLUTE(.); + arrays[extern_ram] mapping[extern_ram] ALIGNED_SYMBOL(4, _ext_ram_bss_end) } > ext_ram_seg