| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 | <!--#include file="header.html" --><!-- Begin Introduction section --><h3>A C library for embedded Linux</h3>uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for developingembedded Linux systems.  It is much smaller than the <ahref="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>, but nearlyall applications supported by glibc also work perfectly with uClibc. Portingapplications from glibc to uClibc typically involves just recompiling thesource code. uClibc even supports shared libraries and threading.  It currentlyruns on <a href="http://kernel.org/">standard Linux</a> and <ahref="http://www.uclinux.org">MMU-less (also known as µClinux)</a> systems withsupport for alpha, ARM, cris, i386, i960, h8300, m68k, mips/mipsel, PowerPC,SH, SPARC, and v850 processors.<p>If you are building an embedded Linux system and you find thatglibc is eating up too much space, you may want to consider usinguClibc.  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...<p>uClibc is maintained by <a href="http://www.codepoet.org/andersen/erik/erik.html">Erik Andersen</a><p>uClibc is maintained by <a href="http://codepoet.org/andersen/erik/erik.html">Erik Andersen</a>and is licensed under the <a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>.  This license allows you to make closed source commercial applications using 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.See the <a href="FAQ.html">list of Frequently Asked Questions</a> for details.<p><h3>Sponsors</h3>Please visit our sponsors and thank them for theirsupport! They have provided money for equipment andbandwidth. Next time you need help with a project,consider these fine companies! <ul>  <li><a href="http://www.penguru.net">Penguru Consulting</a><br>  Custom development for embedded Linux systems and multimedia platforms  </li>  <li><a href="http://opensource.se/">opensource.se</a><br>  Embedded open source consulting in Europe.  </li>  <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>  Custom Linux, embedded Linux, BusyBox, and uClibc  development.  </li></ul>If you wish to be a sponsor, or if you have already contributed and would likeyour name added here, email <a href= "mailto:andersen@codepoet.org">Erik</a>. <p><table BORDER=0><tr><td>Do you like uClibc?  Do you need support?  Do you need some featuresadded?   Then why not help out?  We are happy to accept donations(such as bandwidth, mirrors sites, and hardware for the variousarchitectures).  We can also provide support contracts, and implement funded feature requests.  To contribute, you can either click on the Donate image to donate using PayPal, or you can contact Erik at <a href="http://codepoet-consulting.com/">CodePoet Consulting</a> (we have a credit card machine so you can avoid PayPal if you wish).</td><td><!-- Begin PayPal Logo --><form action="https://www.paypal.com/cgi-bin/webscr" method="post">    <input type="hidden" name="cmd" value="_xclick">    <input type="hidden" name="business" value="andersen@codepoet.org">    <input type="hidden" name="item_name" value="Support uClibc">    <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/codepoet.png">    <input type="hidden" name="no_shipping" value="1">    <input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal"></form></td><!-- End PayPal Logo --></tr></table><!--#include file="footer.html" -->
 |