Skip to content

Commit

Permalink
Merge pull request #10896 from hugueskamba/specify-arm-compiler-versi…
Browse files Browse the repository at this point in the history
…on-affected-by-uarm-fix

microlib support: Specify compiler version unable to build without the fix
  • Loading branch information
0xc0170 authored Jun 26, 2019
2 parents b0073bb + 4f38abf commit 5350948
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtos/TARGET_CORTEX/TOOLCHAIN_ARM_MICRO/mbed_boot_arm_micro.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ MBED_WEAK void __aeabi_assert(const char *expr, const char *file, int line)
// The below resolves the linker error generated by a bug in Arm Compiler 6
// When building with MicroLib, the compiler inadvertently introduces the
// _scanf_mbtowc symbol to the build. The code below provides a weak reference
// for the missing symbol
// for the missing symbol.
// Arm Compiler 6 version 6.12 and earlier versions are affected.
#include <stdio.h>
typedef int ScanfReadRec;
MBED_WEAK long int _scanf_mbtowc(
Expand Down

0 comments on commit 5350948

Please sign in to comment.