Skip to content

Commit a5f1426

Browse files
Merge pull request #5794 from prashantrar/realtek-pr-online-compile
Commit to fix the Online compiler issue for ARM mbed-os on REALTEK_RT…
2 parents 954960c + 62667a4 commit a5f1426

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
LR_IRAM 0x10007000 (0x70000 - 0x7000) {
1414

1515
IMAGE2_TABLE 0x10007000 FIXED {
16-
*rtl8195a_init.o(.image2.ram.data*, +FIRST)
17-
*rtl8195a_init.o(.image2.validate.rodata*)
16+
*rtl8195a_init*.o(.image2.ram.data*, +FIRST)
17+
*rtl8195a_init*.o(.image2.validate.rodata*)
1818
}
1919

2020
ER_IRAM +0 FIXED {
21-
*rtl8195a_crypto.o (+RO)
21+
*rtl8195a_crypto*.o (+RO)
2222
*(i.mbedtls*)
2323
*libc.a (+RO)
2424
*rtx_*.o (+RO)
2525
}
2626

2727
RW_IRAM1 +0 UNINIT FIXED {
28-
*rtl8195a_crypto.o(+RW)
28+
*rtl8195a_crypto*.o(+RW)
2929
*libc.a (+RW)
3030
*(.sdram.data*)
3131
*lib_peripheral_mbed_arm.ar (+RW)
3232
}
3333

3434
RW_IRAM2 +0 UNINIT FIXED {
35-
*rtl8195a_crypto.o(+ZI, COMMON)
35+
*rtl8195a_crypto*.o(+ZI, COMMON)
3636
*libc.a (+ZI, COMMON)
3737
*(.bss.thread_stack_main)
3838
*lib_peripheral_mbed_arm.ar (+ZI, COMMON)
@@ -44,8 +44,8 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
4444

4545
LR_TCM 0x1FFF0000 0x10000 {
4646
TCM_OVERLAY 0x1FFF0000 0x10000 {
47-
*lwip_mem.o(.bss*)
48-
*lwip_memp.o(.bss*)
47+
*lwip_mem*.o(.bss*)
48+
*lwip_memp*.o(.bss*)
4949
*.o(.tcm.heap*)
5050
}
5151
}

0 commit comments

Comments
 (0)