Skip to content

Commit to fix the Online compiler issue for ARM mbed-os on REALTEK_RT… #5794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
LR_IRAM 0x10007000 (0x70000 - 0x7000) {

IMAGE2_TABLE 0x10007000 FIXED {
*rtl8195a_init.o(.image2.ram.data*, +FIRST)
*rtl8195a_init.o(.image2.validate.rodata*)
*rtl8195a_init*.o(.image2.ram.data*, +FIRST)
*rtl8195a_init*.o(.image2.validate.rodata*)
}

ER_IRAM +0 FIXED {
*rtl8195a_crypto.o (+RO)
*rtl8195a_crypto*.o (+RO)
*(i.mbedtls*)
*libc.a (+RO)
*rtx_*.o (+RO)
}

RW_IRAM1 +0 UNINIT FIXED {
*rtl8195a_crypto.o(+RW)
*rtl8195a_crypto*.o(+RW)
*libc.a (+RW)
*(.sdram.data*)
*lib_peripheral_mbed_arm.ar (+RW)
}

RW_IRAM2 +0 UNINIT FIXED {
*rtl8195a_crypto.o(+ZI, COMMON)
*rtl8195a_crypto*.o(+ZI, COMMON)
*libc.a (+ZI, COMMON)
*(.bss.thread_stack_main)
*lib_peripheral_mbed_arm.ar (+ZI, COMMON)
Expand All @@ -44,8 +44,8 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {

LR_TCM 0x1FFF0000 0x10000 {
TCM_OVERLAY 0x1FFF0000 0x10000 {
*lwip_mem.o(.bss*)
*lwip_memp.o(.bss*)
*lwip_mem*.o(.bss*)
*lwip_memp*.o(.bss*)
*.o(.tcm.heap*)
}
}
Expand Down