Closed
Description
Note: ticket originally raised here: #484
Description
- Type: Question
- Priority: Blocker
Question
What pulls in locale-inst.o and wlocale-inst.o?
When investigating, why mbedOS is so big ROM-wise; i modified memap.py to show deeper into the directory structure which components are big. This led to the following output:
+---------------------------------------------------------------------------+--------+-------+-------+
| Module | .text | .data | .bss |
+---------------------------------------------------------------------------+--------+-------+-------+
...
| libstdc++.a(locale-inst.o) | 39740 | 4 | 96 |
| libstdc++.a(wlocale-inst.o) | 39689 | 4 | 96 |
...
What is pulling in 80k of locale support on an embedded device? Application is mbed-os-example-client.
Metadata
Metadata
Assignees
Labels
No labels