uClibc In The Practice

  • Installing the runtime libraries for the default build costs 360K.

  • Can customise various uncommon options:

    • Wide character support.

    • Use a slightly smaller vprintf() when not all functionality required.

    • POSIX threading or not.

    • POSIX regular expressions (big) or not.

    • Choice of malloc implementations (using brk() or not).