Skip to content

Commit 4f38abf

Browse files
committed
microlib support: Specify compiler version unable to build without the fix
1 parent e9e9bf3 commit 4f38abf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rtos/TARGET_CORTEX/TOOLCHAIN_ARM_MICRO/mbed_boot_arm_micro.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ MBED_WEAK void __aeabi_assert(const char *expr, const char *file, int line)
7272
// The below resolves the linker error generated by a bug in Arm Compiler 6
7373
// When building with MicroLib, the compiler inadvertently introduces the
7474
// _scanf_mbtowc symbol to the build. The code below provides a weak reference
75-
// for the missing symbol
75+
// for the missing symbol.
76+
// Arm Compiler 6 version 6.12 and earlier versions are affected.
7677
#include <stdio.h>
7778
typedef int ScanfReadRec;
7879
MBED_WEAK long int _scanf_mbtowc(

0 commit comments

Comments
 (0)