Skip to content

Commit 12a96d9

Browse files
Osamu Koizumihugueskamba
Osamu Koizumi
authored andcommitted
[OoB 5.13] Arm Compiler 5 is not default
In the Building section in README.md, Arm Compiler 5 is mentioned. However, ARM Compiler 6 is default from Mbed OS 5.12. ARMmbed/mbed-os#9888
1 parent afb17b8 commit 12a96d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This example demonstrates how you can collect statistics from network sockets. Y
1414

1515
### Building
1616

17-
Invoke `mbed compile`, and specify the name of your platform and your favorite toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the Arm Compiler 5:
17+
Invoke `mbed compile`, and specify the name of your platform and your favorite toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the Arm Compiler 6:
1818

1919
```
2020
mbed compile -t <toolchain> -m <target>

0 commit comments

Comments
 (0)