We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea81d4b commit 62604bbCopy full SHA for 62604bb
platform/mbed_retarget.cpp
@@ -1374,7 +1374,7 @@ extern "C" void __cxa_guard_abort(int *guard_object_p)
1374
1375
#endif
1376
1377
-#if defined(MBED_MEM_TRACING_ENABLED) && (defined(__CC_ARM) || defined(__ICCARM__))
+#if defined(MBED_MEM_TRACING_ENABLED) && (defined(__CC_ARM) || defined(__ICCARM__) || (defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)))
1378
1379
// If the memory tracing is enabled, the wrappers in mbed_alloc_wrappers.cpp
1380
// provide the implementation for these. Note: this needs to use the wrappers
0 commit comments