@@ -45,7 +45,7 @@ cd mbed-os-example-filesystem
45
45
#### Compile the example
46
46
47
47
Invoke ` mbed compile ` , and specify the name of your platform and your favorite
48
- toolchain (` GCC_ARM ` , ` ARM ` , ` IAR ` ). For example, for the ARM Compiler 5 :
48
+ toolchain (` GCC_ARM ` , ` ARM ` , ` IAR ` ). For example, for the ARM toolchain :
49
49
50
50
```
51
51
mbed compile -m K64F -t ARM
@@ -56,26 +56,25 @@ following result:
56
56
57
57
```
58
58
[snip]
59
- +--------------------------+-------+-------+-------+
60
- | Module | .text | .data | .bss |
61
- +--------------------------+-------+-------+-------+
62
- | Fill | 164 | 0 | 2136 |
63
- | Misc | 54505 | 2556 | 754 |
64
- | drivers | 640 | 0 | 32 |
65
- | features/filesystem | 15793 | 0 | 550 |
66
- | features/storage | 42 | 0 | 184 |
67
- | hal | 418 | 0 | 8 |
68
- | platform | 2355 | 20 | 582 |
69
- | rtos | 135 | 4 | 4 |
70
- | rtos/rtx | 5861 | 20 | 6870 |
71
- | targets/TARGET_Freescale | 8382 | 12 | 384 |
72
- | Subtotals | 88295 | 2612 | 11504 |
73
- +--------------------------+-------+-------+-------+
74
- Allocated Heap: 24576 bytes
75
- Allocated Stack: unknown
76
- Total Static RAM memory (data + bss): 14116 bytes
77
- Total RAM memory (data + bss + heap + stack): 38692 bytes
78
- Total Flash memory (text + data + misc): 91947 bytes
59
+ | Module | .text |.data | .bss |
60
+ |---------------------|--------|------|--------|
61
+ | [lib]/c_w.l | 13137 | 16 | 348 |
62
+ | [lib]/fz_wm.l | 34 | 0 | 0 |
63
+ | [lib]/libcppabi_w.l | 44 | 0 | 0 |
64
+ | [lib]/m_wm.l | 48 | 0 | 0 |
65
+ | anon$$obj.o | 32 | 0 | 197888 |
66
+ | main.o | 2406 | 0 | 256 |
67
+ | mbed-os/components | 5568 | 0 | 0 |
68
+ | mbed-os/drivers | 2700 | 0 | 1136 |
69
+ | mbed-os/events | 1716 | 0 | 3108 |
70
+ | mbed-os/features | 16586 | 0 | 509 |
71
+ | mbed-os/hal | 1622 | 4 | 67 |
72
+ | mbed-os/platform | 7009 | 64 | 542 |
73
+ | mbed-os/rtos | 12132 | 168 | 6634 |
74
+ | mbed-os/targets | 19773 | 12 | 985 |
75
+ | Subtotals | 82807 | 264 | 211473 |
76
+ Total Static RAM memory (data + bss): 211737 bytes
77
+ Total Flash memory (text + data): 83071 bytes
79
78
80
79
Image: ./BUILD/K64F/ARM/mbed-os-example-filesystem.bin
81
80
```
0 commit comments