|
@@ -37,23 +37,25 @@
|
|
</TD></TR>
|
|
</TD></TR>
|
|
<TR><TD BGCOLOR="#eeeee0">
|
|
<TR><TD BGCOLOR="#eeeee0">
|
|
|
|
|
|
-<a href="http://www.uclibc.org">uClibc</a> (aka µClibc/pronounced yew-see-lib-see)
|
|
+<a href="http://www.uclibc.org">uClibc</a> (aka µClibc/pronounced
|
|
-is a C library for embedded Linux systems. It is much smaller then the
|
|
+yew-see-lib-see) is a C library for developing embedded Linux systems.
|
|
-<a href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but
|
|
+It is much smaller then the
|
|
-nearly all applications supported by glibc also work perfectly with uClibc.
|
|
+<a href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>,
|
|
-Porting applications from glibc to uClibc typically involves just recompiling
|
|
+but nearly all applications supported by glibc also work perfectly with
|
|
-the source code. uClibc supports standard Linux architectures (such as x86,
|
|
+uClibc. Porting applications from glibc to uClibc typically involves
|
|
-strongArm, and powerpc), and also supports
|
|
+just recompiling the source code. uClibc even supports shared libraries
|
|
|
|
+and threading. It currently runs on standard Linux and
|
|
<a href="http://www.uclinux.org">MMU-less (also known as µClinux)</a>
|
|
<a href="http://www.uclinux.org">MMU-less (also known as µClinux)</a>
|
|
-architectures such as the Coldfire, Dragonball, and ARM7TDMI micro-controllers.
|
|
+systems with support for ARM, i386, h8300, m68k, mips, mipsel, PowerPC,
|
|
|
|
+SH, SPARC, and v850 processors.
|
|
|
|
+<p>
|
|
|
|
+
|
|
If you are building an embedded Linux system and you find that glibc is
|
|
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
|
|
eating up too much space, you should consider using uClibc. If you are
|
|
building a huge fileserver with 12 Terabytes of storage, then using
|
|
building a huge fileserver with 12 Terabytes of storage, then using
|
|
glibc may be a better choice...
|
|
glibc may be a better choice...
|
|
-
|
|
|
|
<p>
|
|
<p>
|
|
|
|
|
|
-<p>
|
|
|
|
uClibc is maintained by
|
|
uClibc is maintained by
|
|
<a href="http://www.codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
|
|
<a href="http://www.codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
|
|
and is licensed under the
|
|
and is licensed under the
|
|
@@ -130,12 +132,12 @@ To subscribe, go and visit
|
|
CodePoet Consulting is pleased to announce the immediate availability of
|
|
CodePoet Consulting is pleased to announce the immediate availability of
|
|
uClibc 0.9.11. This release is primarily focused on fixing the issues that
|
|
uClibc 0.9.11. This release is primarily focused on fixing the issues that
|
|
have turned up since the last release. Several bugs in the gcc wrapper
|
|
have turned up since the last release. Several bugs in the gcc wrapper
|
|
- have been fixed, allowing things like iproute2 and XFree86 to link properly
|
|
+ have been fixed, allowing applications such as iproute2 and XFree86 to link properly.
|
|
- now. Large file support has been improved, and a thread locking bug was
|
|
+ Large file support has been improved, and a thread locking bug was
|
|
fixed that could cause s*printf calls to deadlock when threading was
|
|
fixed that could cause s*printf calls to deadlock when threading was
|
|
enabled. Several bugs were also fixed with the powerpc, h8300, m68k,
|
|
enabled. Several bugs were also fixed with the powerpc, h8300, m68k,
|
|
sparc, and mips architecture support. Many additional applications now
|
|
sparc, and mips architecture support. Many additional applications now
|
|
- compile and run perfectly and have been added to the end of the <a
|
|
+ compile and run perfectly and have been added to the <a
|
|
href="uClibc-apps.html">working applications list</a> .
|
|
href="uClibc-apps.html">working applications list</a> .
|
|
<p>
|
|
<p>
|
|
The <a href="downloads/Changelog">Changelog</a>
|
|
The <a href="downloads/Changelog">Changelog</a>
|