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
zzw 2018-03-15 11:01:09 +08:00
parent 20b33637f6
commit 44ed2c8189
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
}
ER_IRAM +0 FIXED {
*(.ARM.exidx)
*(.init_array)
*rtl8195a_crypto*.o (+RO)
*(i.mbedtls*)
*libc.a (+RO)