mirror of https://github.com/ARMmbed/mbed-os.git
Update Cortex-A build errors
parent
da9464d103
commit
36ebd0e7e5
|
@ -443,7 +443,7 @@ def scan_resources(src_paths, toolchain, dependencies_paths=None,
|
||||||
"rtos" in toolchain.config.lib_config_data):
|
"rtos" in toolchain.config.lib_config_data):
|
||||||
if "Cortex-A" in toolchain.target.core:
|
if "Cortex-A" in toolchain.target.core:
|
||||||
raise NotSupportedException(
|
raise NotSupportedException(
|
||||||
("%s Will be supported in mbed OS 5.6. "
|
("%s Will be supported in a future version of Mbed OS. "
|
||||||
"To use the %s, please checkout the mbed OS 5.4 release branch. "
|
"To use the %s, please checkout the mbed OS 5.4 release branch. "
|
||||||
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
|
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
|
||||||
"for more information") % (toolchain.target.name, toolchain.target.name))
|
"for more information") % (toolchain.target.name, toolchain.target.name))
|
||||||
|
|
|
@ -122,7 +122,7 @@ def mcu_is_enabled(parser, mcu):
|
||||||
if "Cortex-A" in TARGET_MAP[mcu].core:
|
if "Cortex-A" in TARGET_MAP[mcu].core:
|
||||||
args_error(
|
args_error(
|
||||||
parser,
|
parser,
|
||||||
("%s Will be supported in mbed OS 5.6. "
|
("%s Will be supported in a future version of Mbed OS. "
|
||||||
"To use the %s, please checkout the mbed OS 5.4 release branch. "
|
"To use the %s, please checkout the mbed OS 5.4 release branch. "
|
||||||
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
|
"See https://developer.mbed.org/platforms/Renesas-GR-PEACH/#important-notice "
|
||||||
"for more information") % (mcu, mcu))
|
"for more information") % (mcu, mcu))
|
||||||
|
|
Loading…
Reference in New Issue