mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/6326/head
parent
20b33637f6
commit
44ed2c8189
|
|
@ -18,6 +18,8 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
|
||||||
}
|
}
|
||||||
|
|
||||||
ER_IRAM +0 FIXED {
|
ER_IRAM +0 FIXED {
|
||||||
|
*(.ARM.exidx)
|
||||||
|
*(.init_array)
|
||||||
*rtl8195a_crypto*.o (+RO)
|
*rtl8195a_crypto*.o (+RO)
|
||||||
*(i.mbedtls*)
|
*(i.mbedtls*)
|
||||||
*libc.a (+RO)
|
*libc.a (+RO)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue