An open source implementation of the C standard library and math functions, used in many Linux distributions as an alternative to glibc.
EGLIBC (Embedded GLIBC) is an open source implementation of the C standard library and math functions. It is designed to be lightweight and optimized for embedded Linux systems.
Some key features of EGLIBC include:
EGLIBC forms the base system libraries in many embedded Linux distributions like OpenWrt, OpenEmbedded and Buildroot. It provides all the essential C and math functions for building Linux applications without the size and overhead of glibc. Major Linux software like BusyBox and uClibc also support EGLIBC.
In summary, EGLIBC is a lightweight glibc alternative designed specifically for resource-constrained embedded Linux devices and applications requiring a small footprint C library.