mbed-os/targets/TARGET_RENESAS
TomoYamanaka 9da1d4c975 Improve ARMCC linker script for Renesas boards
For Arm toolchain build, Mbed 2(classic) programs occur an unexpected error if there is "#include "mem_XXXX.h"" in the script file.
It seems that the linker script can't find the include file because "mem_XXXX.h" file is not in the same path with the linker script.
(Refer to Issue #6975.)
To address this issue, I remove inclusion processing and define the related macros at ARMCC linker script file.
2018-10-19 11:46:55 +01:00
..
TARGET_RZ_A1XX Improve ARMCC linker script for Renesas boards 2018-10-19 11:46:55 +01:00
mbed_rtx.h Fix platform failing to build after rebase 2018-05-14 12:18:21 +01:00