| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |   uClibc-ng - a small C Library for LinuxuClibc-ng (aka µClibc-ng/pronounced yew-see-lib-see-next-generation) is a Clibrary for developing embedded Linux systems. It is much smaller than the GNUC Library, but nearly all applications supported by glibc also work perfectlywith uClibc-ng.uClibc-ng is a spin-off of uClibc from http://www.uclibc.orgfrom Erik Andersen and others.Porting applications from glibc to uClibc-ng typically involves justrecompiling the source code.  uClibc-ng even supports shared libraries andthreading. It currently runs on standard Linux and MMU-less (alsoknown as µClinux) systems with support for ARC, ARM, Blackfin, i386, M68K/ColdfireMIPS, MIPS64, PowerPC, SH, Sparc, X86_64 and XTENSA processors.If you are building an embedded Linux system and you find thatglibc is eating up too much space, you should consider usinguClibc-ng.  If you are building a huge fileserver with 12 Terabytesof storage, then using glibc may make more sense.  Unless, forexample, that 12 Terabytes will be Network Attached Storage andyou plan to burn Linux into the system's firmware...uClibc-ng is maintained by Waldemar Brodkorb and is licensed under theGNU LESSER GENERAL PUBLIC LICENSE.  This license allows you tomake closed source commercial applications using an unmodifiedversion of uClibc-ng. You do not need to give away all your source code justbecause you use uClibc-ng and/or run on Linux.  You should, however,carefuly review the license and make certain you understand andabide by it strictly.For installation instructions, see the file INSTALL.uClibc-ng strives to be standards compliant, which means that mostdocumentation written for SuSv3, or for glibc also applies touClibc-ng functions.  However, many GNU extensions are not supportedbecause they have not been ported, or more importantly, wouldincrease the size of uClibc-ng disproportional to the addedfunctionality.Additional information can be found at http://www.uclibc-ng.org/.uClibc-ng may be freely modified and distributed under the terms ofthe GNU Lesser General Public License, which can be found in thefile COPYING.And most of all, be sure to have some fun! :-) -Waldemar
 |