Skip to content

Commit 44ed2c8

Browse files
committed
fix mbed-ci build error L6216E
fix mbed-ci build error L6216E * (.ARM.exidx) and *(.init_array) must be placed explicitly, otherwise it is shared between two regions, and the linker is unable to decide where to place it.
1 parent 20b3363 commit 44ed2c8

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_ARM_STD

1 file changed

+2
-0
lines changed

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_ARM_STD/rtl8195a.sct

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
1818
}
1919

2020
ER_IRAM +0 FIXED {
21+
*(.ARM.exidx)
22+
*(.init_array)
2123
*rtl8195a_crypto*.o (+RO)
2224
*(i.mbedtls*)
2325
*libc.a (+RO)

0 commit comments

Comments
 (0)