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 07c8044 commit fd4639bCopy full SHA for fd4639b
platform/mbed_retarget.cpp
@@ -880,6 +880,9 @@ extern "C" WEAK void __iar_file_Mtxinit(__iar_Rmtx *mutex) {}
880
extern "C" WEAK void __iar_file_Mtxdst(__iar_Rmtx *mutex) {}
881
extern "C" WEAK void __iar_file_Mtxlock(__iar_Rmtx *mutex) {}
882
extern "C" WEAK void __iar_file_Mtxunlock(__iar_Rmtx *mutex) {}
883
+#if (__IAR_SYSTEMS_ICC__ >= 8)
884
+extern "C" WEAK void *__aeabi_read_tp (void) {}
885
+#endif
886
#elif defined(__CC_ARM)
887
// Do nothing
888
#elif defined (__GNUC__)
0 commit comments