8000 Enabling multi-byte character support (--enable-newlib-mb) causes a lot of bloat to be linked in · Issue #18 · tkchia/newlib-ia16 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Enabling multi-byte character support (--enable-newlib-mb) causes a lot of bloat to be linked in #18
Open
@tkchia

Description

@tkchia

In particular, vsscanf (...) will use __locale_charset (), which is contained in the same C module as setlocale (.) and lots of other locale-related functions (!). There might also be other factors leading to the bloat.

In any case, the result is that — unfortunately — one cannot write an MS-DOS tiny model program that uses vsscanf (...), because the code and data rapidly exceed 64 KiB (!).

51FA

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0