descriptionnone
repository URLgit://git.busybox.net/uClibc
ownerluoyonggang@gmail.com
last changeSun, 5 Jul 2015 20:09:46 +0000 (5 22:09 +0200)
last refreshThu, 25 Apr 2024 14:00:08 +0000 (25 16:00 +0200)
content tags
add:
README
  uClibc - a Small C Library for Linux
  Erik Andersen <andersen@codepoet.org>

uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for
developing embedded Linux systems.  It is much smaller than the
GNU C Library, but nearly all applications supported by glibc
also work perfectly with uClibc.  Porting applications from glibc
to uClibc typically involves just recompiling the source code.
uClibc even supports shared libraries and threading.  It currently
runs on standard Linux and MMU-less (also known as µClinux)
systems with support for alpha, ARM, cris, e1, h8300, i386, i960,
m68k, microblaze, mips/mipsel, PowerPC, SH, SPARC, and v850
processors.

If you are building an embedded Linux system and you find that
glibc is eating up too much space, you should consider using
uClibc.  If you are building a huge fileserver with 12 Terabytes
of storage, then using glibc may make more sense.  Unless, for
example, that 12 Terabytes will be Network Attached Storage and
you plan to burn Linux into the system's firmware...

uClibc is maintained by Erik Andersen and is licensed under the
GNU LESSER GENERAL PUBLIC LICENSE.  This license allows you to
make closed source commercial applications using an unmodified
version of uClibc (Please consider sharing some of the money you
make ;-).  You do not need to give away all your source code just
because you use uClibc and/or run on Linux.  You should, however,
carefuly review the license and make certain you understand and
abide by it strictly.


For installation instructions, see the file INSTALL.

uClibc strives to be standards compliant, which means that most
documentation written for SuSv3, or for glibc also applies to
uClibc functions.  However, many GNU extensions are not supported
because they have not been ported, or more importantly, would
increase the size of uClibc disproportional to the added
functionality.  There is some discussion of these differences
in the "docs" directory.

Additional information (recent releases, FAQ, mailing list, bugs,
etc.) can be found at http://www.uclibc.org/.

uClibc may be freely modified and distributed under the terms of
the GNU Lesser General Public License, which can be found in the
file COPYING.LIB.

Please Note:

	There is an unwholesomely huge amount of code out there
	that depends on the presence of GNU libc header files.
	We have GNU libc compatible header files.  So we have
	committed a horrible sin in uClibc.  We _lie_ and claim
	to be GNU libc in order to force these applications to
	work as their developers intended.  This is IMHO,
	pardonable, since these defines are not really intended
	to check for the presence of a particular library, but
	rather are used to define an _interface_.  Some programs
	are especially chummy with glibc, and may need this
	behavior disabled by adding CFLAGS+=-D__FORCE_NOGLIBC

	If you want to make special exceptions in your code which are
	specifically for uClibc, you can make certain to include features.h,
	and then have your code check for uClibc as follows:

	    #ifdef __UCLIBC__
		    do_something_special();
	    #endif

And most of all, be sure to have some fun! :-)
 -Erik
shortlog
2015-07-05 Vineet GuptaNPTL/arc: notify kernel of the TP valuemaster
2015-05-28 Bernhard Reutner... getconf.c: undef VERSION
2015-05-26 Alexey BrodkinARC: enable IPv6 in defconfigs
2015-05-26 Yoshinori Satoh8300: Makefile update
2015-05-26 Yoshinori Satoh8300: Add new feature
2015-05-26 Yoshinori Satoh8300: headers update
2015-05-26 Yoshinori Satoh8300: Assembly functions
2015-05-26 Yoshinori Satoh8300: 64bit integer support
2015-05-26 Yoshinori Satoh8300: config update
2015-05-20 Daniel Gollesiginfo: add signal info for seccomp related SIGSYS
2015-05-20 Andrew Burgesstest/silly: Extend include path.
2015-05-20 Will Newton_scanf.c: Implement 'm' modifier for 'c' and '[' conver...
2015-05-06 Bernhard Reutner... nptl_db: fix ommitting td_ta_setconcurrency
2015-05-06 Roland McGrathinit.c (__nptl_initial_report_events): New variable.
2015-04-29 Bernhard Reutner... buildsys: pregen depends on xlocale
2015-04-29 Bernhard Reutner... strftime: comment on %0xY %+nY %-nY
...
tags
11 years ago v0.9.33.2 Tag v0.9.33.2
12 years ago v0.9.33.1 Tag uClibc-0.9.33.1
12 years ago v0.9.33
12 years ago v0.9.33-rc1
12 years ago v0.9.32.1
12 years ago v0.9.32 Release 0.9.32
12 years ago v0.9.31.1 Release 0.9.31.1
13 years ago v0.9.32-rc3 release 0.9.32-rc3
13 years ago v0.9.32-rc2 tag 0.9.32-rc2
13 years ago v0.9.32-rc1 tag 0.9.32-rc1
14 years ago svn_nptl tag of the last commit on the nptl...
14 years ago nptl_merge tag of the last commit on the nptl...
14 years ago v0.9.31
14 years ago 0.9.31
14 years ago v0.9.31-rc1
14 years ago 0.9.31-rc1
...
heads
8 years ago master
8 years ago 0.9.33
12 years ago future
12 years ago 0.9.32
12 years ago prelink
12 years ago 0.9.31
13 years ago ldso-future
13 years ago superh_fdpic
14 years ago 0_9_30
14 years ago 0_9_28
16 years ago 0_9_29