mirror of https://github.com/ARMmbed/mbed-os.git
Fix build and typo issues with M33 build
parent
7bdfc07954
commit
08b4e34825
|
@ -361,7 +361,7 @@ class ARMC6(ARM_STD):
|
||||||
SUPPORTED_CORES = ["Cortex-M0", "Cortex-M0+", "Cortex-M3", "Cortex-M4",
|
SUPPORTED_CORES = ["Cortex-M0", "Cortex-M0+", "Cortex-M3", "Cortex-M4",
|
||||||
"Cortex-M4F", "Cortex-M7", "Cortex-M7F", "Cortex-M7FD",
|
"Cortex-M4F", "Cortex-M7", "Cortex-M7F", "Cortex-M7FD",
|
||||||
"Cortex-M23", "Cortex-M23-NS", "Cortex-M33",
|
"Cortex-M23", "Cortex-M23-NS", "Cortex-M33",
|
||||||
"CortexM33-NS", "Cortex-A9"]
|
"Cortex-M33-NS", "Cortex-A9"]
|
||||||
ARMCC_RANGE = (LooseVersion("6.10"), LooseVersion("7.0"))
|
ARMCC_RANGE = (LooseVersion("6.10"), LooseVersion("7.0"))
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -256,8 +256,6 @@ class GCC(mbedToolchain):
|
||||||
# Exec command
|
# Exec command
|
||||||
self.notify.cc_verbose("Link: %s" % ' '.join(cmd))
|
self.notify.cc_verbose("Link: %s" % ' '.join(cmd))
|
||||||
self.default_cmd(cmd)
|
self.default_cmd(cmd)
|
||||||
if self.target.core == "Cortex-M23" or self.target.core == "Cortex-M33":
|
|
||||||
self.notify.info("Secure Library Object %s" %secure_file)
|
|
||||||
|
|
||||||
@hook_tool
|
@hook_tool
|
||||||
def archive(self, objects, lib_path):
|
def archive(self, objects, lib_path):
|
||||||
|
|
Loading…
Reference in New Issue