Skip to content

Commit 5cefd6a

Browse files
authored
Merge pull request #165 from kegilbert/ARMC5-doc-removal
Remove ARMC5 note and compile log
2 parents 921e7a3 + c4e4b4d commit 5cefd6a

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd mbed-os-example-blinky
1515

1616
### Now compile
1717

18-
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:
18+
Invoke `mbed compile`, and specify the name of your platform and your favorite toolchain (`GCC_ARM`, `ARM`, `IAR`). For example, for the Arm Compiler:
1919

2020
```
2121
mbed compile -m K64F -t ARM
@@ -25,25 +25,6 @@ Your PC may take a few minutes to compile your code. At the end, you see the fol
2525

2626
```
2727
[snip]
28-
+----------------------------+-------+-------+------+
29-
| Module | .text | .data | .bss |
30-
|--------------------|-----------|----------|----------|
31-
| [fill] | 98(+0) | 0(+0) | 2211(+0) |
32-
| [lib]/c.a | 27835(+0) | 2472(+0) | 89(+0) |
33-
| [lib]/gcc.a | 3168(+0) | 0(+0) | 0(+0) |
34-
| [lib]/misc | 248(+0) | 8(+0) | 28(+0) |
35-
| [lib]/nosys.a | 32(+0) | 0(+0) | 0(+0) |
36-
| main.o | 924(+0) | 0(+0) | 12(+0) |
37-
| mbed-os/components | 134(+0) | 0(+0) | 0(+0) |
38-
| mbed-os/drivers | 56(+0) | 0(+0) | 0(+0) |
39-
| mbed-os/features | 42(+0) | 0(+0) | 184(+0) |
40-
| mbed-os/hal | 2087(+0) | 8(+0) | 152(+0) |
41-
| mbed-os/platform | 3633(+0) | 260(+0) | 209(+0) |
42-
| mbed-os/rtos | 9370(+0) | 168(+0) | 6053(+0) |
43-
| mbed-os/targets | 9536(+0) | 12(+0) | 382(+0) |
44-
| Subtotals | 57163(+0) | 2928(+0) | 9320(+0) |
45-
Total Static RAM memory (data + bss): 12248(+0) bytes
46-
Total Flash memory (text + data): 60091(+0) bytes
4728
4829
Image: ./BUILD/K64F/GCC_ARM/mbed-os-example-blinky.bin
4930
```

0 commit comments

Comments
 (0)