index.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>uClibc -- a C library for embedded systems</TITLE>
  5. </HEAD>
  6. <body text="#000000" alink="#660000" link="#660000" bgcolor="#dee2de" vlink="#660000">
  7. <basefont face="lucida, helvetica, arial" size="3">
  8. <CENTER>
  9. <p>
  10. <TABLE BORDER=0 CELLSPACING=1 CELLPADDING=2>
  11. <TR>
  12. <td bgcolor="#000000">
  13. <FONT FACE="lucida, helvetica" COLOR="#ccccc0">
  14. <B>µ&nbsp;C&nbsp;l&nbsp;i&nbsp;b&nbsp;c</B>
  15. </FONT>
  16. </TD>
  17. </TR>
  18. </TABLE>
  19. <p>
  20. <!-- Begin Introduction section -->
  21. <TABLE WIDTH=95% CELLSPACING=1 CELLPADDING=4 BORDER=1>
  22. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  23. <A NAME="intro"> <BIG><B>
  24. uClibc -- a C library for embedded systems
  25. </font>
  26. </A></B></BIG>
  27. </TD></TR>
  28. <TR><TD BGCOLOR="#eeeee0">
  29. <a href="http://www.uclibc.org">uClibc</a> (aka µClibc/pronounced
  30. yew-see-lib-see) is a C library for developing embedded Linux systems.
  31. It is much smaller than the
  32. <a href="http://www.gnu.org/software/libc/libc.html">GNU C Library</a>,
  33. but nearly all applications supported by glibc also work perfectly with
  34. uClibc. Porting applications from glibc to uClibc typically involves
  35. just recompiling the source code. uClibc even supports shared libraries
  36. and threading. It currently runs on <a href="http://kernel.org/">standard Linux</a>
  37. and <a href="http://www.uclinux.org">MMU-less (also known as µClinux)</a>
  38. systems with support for alpha, ARM, i386, i960, h8300, m68k, mips/mipsel,
  39. PowerPC, SH, SPARC, and v850 processors.
  40. <p>
  41. If you are building an embedded Linux system and you find that glibc is
  42. eating up too much space, you should consider using uClibc. If you are
  43. building a huge fileserver with 12 Terabytes of storage, than using
  44. glibc may be a better choice...
  45. <p>
  46. uClibc is maintained by
  47. <a href="http://www.codepoet.org/andersen/erik/erik.html">Erik Andersen</a>
  48. and is licensed under the
  49. <a href="http://www.gnu.org/copyleft/lgpl.html">GNU LIBRARY GENERAL PUBLIC LICENSE</a>
  50. . This license allows you to make closed source commercial applications using
  51. uClibc (Please consider sharing some of the money you make ;-). You do not need
  52. to give away all your source code just because you use uClibc and/or run on Linux.
  53. <p>
  54. <h3>Mailing List Information</h3>
  55. uClibc has a <a href="/lists/uclibc/">mailing list</a>.<br>
  56. To subscribe, go and visit
  57. <a href="http://www.uclibc.org/mailman/listinfo/uclibc">this page</a>.
  58. <p>
  59. <h3>Frequently Asked Questions</h3>
  60. You might want to take a look at the
  61. <a href="FAQ.html">list of Frequently Asked Questions</a>
  62. before asking questions on the mailing list...
  63. <h3>Working Applications List</h3>
  64. These days, pretty much everything compiles with uClibc. This
  65. is a <a href="uClibc-apps.html">list of applications</a> that are known
  66. to work just fine with uClibc. Since most applications work just
  67. fine with uClibc, we are especially interested in knowing about any
  68. applications that either <em>do not compile</em> or <em>do not work</em>
  69. properly with uClibc. Submissions are welcome!
  70. <!-- Begin Latest News section -->
  71. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  72. <A NAME="news">
  73. <BIG><B>
  74. Latest News</A>
  75. </B></BIG>
  76. </A>
  77. </TD></TR>
  78. <TR><TD BGCOLOR="#eeeee0">
  79. <ul>
  80. <p>
  81. <li> <b>12 August 2002, uClibc 0.9.14 Released</b>
  82. <br>
  83. CodePoet Consulting is slightly less pleased then usual to announce the
  84. immediate availability of uClibc 0.9.14. This is, unfortunately, a bugfix
  85. release intended to fix the couple of dumb things that slipped into the
  86. previous release. Version 0.9.13 of uClibc would fail to compile when
  87. enabling both RPC and Pthreads. There was also a problem with RPC thread
  88. local storage (but noone noticed since it didn't compile ;-). Also, the
  89. thread locking in exit(), onexit() and atexit() was broken, and wasn't
  90. actually locking anything. This release also fixes uClibc's gcc wrapper
  91. to use crtbeginS.o and crtendS.o when compiling PIC code, fixing a subtle
  92. bug (that was much less subtle on powerpc). Finally, this release includes a
  93. few minor compile warning cleanups.
  94. <p>
  95. The
  96. <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/Changelog">Changelog</a>
  97. and <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/uClibc-0.9.14.tar.bz2">source code</a>
  98. for this release are available <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/">here</a>.
  99. <p>
  100. Have fun!
  101. <p>
  102. <li> <b>12 August 2002, Native uClibc/gcc-3.1.1 toolchain released</b>
  103. <br>
  104. CodePoet Consulting (i.e. Erik) has released an updated native
  105. uClibc/gcc-3.1.1 toolchain. This toolchain builds a real gcc cross
  106. compiler (i.e. not just a wrapper) and creates executables linked vs
  107. uClibc. This toolchain has been (briefly) tested as working on x86, arm,
  108. mips, and arm7tdmi (uClinux). This toolchain provides a number of
  109. improvements over previous releases. In particular, Steven J. Hill found
  110. and fixes a number of "glibc-isms" in the libstdc++ math support which
  111. caused a number of math functions to be mapped to the non-standard named
  112. under GNU libc. This release also includes greatly improved uClinux
  113. "elf2flt" support, and it now produces working flat binaries for my
  114. uClinux/arm7tdmi system. The native uClibc/gcc-2.95 toolchain will be
  115. updated in a few days, and will include STLport which will allow that
  116. toolchain to also provide full C++ support.
  117. <p>
  118. This toolchain should make it easy for anyone to build uClibc based
  119. applications. <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/toolchain/">
  120. Source code can be downloaded here</a>.
  121. Be aware that much of the needed source code will actually be downloaded on
  122. demand when you compile things. To build the toolchain, simply
  123. grab the source, edit the Makefile to select where you would like
  124. the toolchain installed, run 'make', and then go watch TV, eat
  125. dinner, or visit with your friends while it compiles. It takes
  126. about 15 minutes for Erik to compile the gcc-3.1.1 toolchain (w/C++ support)
  127. on his Athlon XP 1600 (not counting the time it takes to download
  128. source code). Your results may vary...
  129. <p>
  130. <li> <b>9 August 2002, uClibc now mirrored on kernel.org!</b>
  131. <br>
  132. uClibc is now available from the kernel.org mirrors! This should make
  133. uClibc downloads much faster. The kernel.org mirrors will have all
  134. uClibc release versions (everything but the daily snapshots).
  135. Here is a list of all the <a href="http://kernel.org/mirrors/">kernel.org mirror sites</a>.
  136. Just pick the closest mirror site, and then go to "/pub/linux/libs/uclibc/"
  137. to download uClibc. For example, is you live the USA, you can go to
  138. <a href="http://www.us.kernel.org/pub/linux/libs/uclibc/">
  139. http://www.us.kernel.org/pub/linux/libs/uclibc/</a> to download the latest
  140. uClibc release from a nice fast system.
  141. <p>
  142. <p>
  143. <p> <li> <b>Old News</b>
  144. <br>
  145. <a href="old-news.html">Click here to read older news</a>.
  146. <p>
  147. </ul>
  148. <!-- Begin Sponsors section -->
  149. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  150. <A NAME="sponsors"><BIG><B>
  151. Sponsors
  152. </A></B></BIG>
  153. </TD></TR>
  154. <tr><td bgcolor="#EEEEE0">
  155. Please visit our sponsors and thank them for their support! They have
  156. provided money, equipment, bandwidth, etc. Next time you need help with a
  157. project, consider these fine companies! Several individuals have also
  158. contributed (If you have contributed and would like your name added here,
  159. just email Erik and let him know).
  160. <ul>
  161. <li><a href="http://opensource.se/">opensource.se</a><br>
  162. Embedded open source consulting in Europe.</li>
  163. <li><a href="http://i-netinnovations.com/">http://i-netinnovations.com/</a><br>
  164. Web hosting (currently hosting busybox.net and uclibc.org)</li>
  165. <li><a href="http://www.lineo.com">Lineo</a><br>
  166. Embedded Linux development and services.</li>
  167. <li><a href="http://www.codepoet-consulting.com">Codepoet Consulting</a><br>
  168. Custom Linux, embedded Linux, BusyBox, and uClibc development.</li>
  169. </ul>
  170. <table CELLSPACING=6 CELLPADDING=6 BORDER=0><tr>
  171. <td>
  172. Do you like uClibc? Do you need support? Do you need some feature
  173. added? Then why not help out? We are happy to accept donations
  174. (such as bandwidth, mirrors sites, and hardware for the various
  175. architectures). We can also provide support contracts, and implement
  176. funded feature requests. To contribute, you can either click on the
  177. Donate image to donate using PayPal, or you can contact Erik at
  178. <a href="http://codepoet-consulting.com/">CodePoet Consulting</a>
  179. (we have a credit card machine so you can avoid PayPal if you wish).
  180. </td>
  181. <td>
  182. <!-- Begin PayPal Logo -->
  183. <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  184. <input type="hidden" name="cmd" value="_xclick">
  185. <input type="hidden" name="business" value="andersen@codepoet.org">
  186. <input type="hidden" name="item_name" value="Support uClibc">
  187. <input type="hidden" name="image_url" value="https://codepoet-consulting.com/images/codepoet.png">
  188. <input type="hidden" name="no_shipping" value="1">
  189. <input type="image" src="images/donate.png" border="0" name="submit" alt="Make donation using PayPal">
  190. </form>
  191. </td>
  192. <!-- End PayPal Logo -->
  193. </tr>
  194. </table>
  195. <!-- Begin Download section -->
  196. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  197. <A NAME="download"><BIG><B>
  198. Download
  199. </A></B></BIG>
  200. </TD></TR>
  201. <TR><TD BGCOLOR="#eeeee0">
  202. <ul>
  203. <li> Source for the latest release can always be downloaded from
  204. <a href="downloads/">http://www.uclibc.org/downloads</a>
  205. <li> A new snapshot of the source is made daily and is available
  206. <a href="downloads/snapshots/">here</a>
  207. <li> uClibc has its own publically browsable <a href="/cgi-bin/cvsweb/uClibc/">CVS tree</a>
  208. with <a href="cvs_anon.html">anonymous CVS access</a>, and for those that are actively
  209. contributing there is even <a href="cvs_write.html">CVS write access</a>.
  210. </ul>
  211. <!-- Begin Links section -->
  212. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  213. <A NAME="links">
  214. <BIG><B>
  215. Other Open Source C libraries:
  216. </A>
  217. </B></BIG>
  218. </A>
  219. </TD></TR>
  220. <TR><TD BGCOLOR="#eeeee0">
  221. <ul>
  222. <li><a href="http://www.gnu.org/software/libc/libc.html">GNU C Library (aka glibc)</a>
  223. <li> <a href="http://www.k9wk.com/cdoc.html">Al's FREE C Runtime Library</a>
  224. <li><a href="http://www.fefe.de/dietlibc/">diet libc </a>
  225. <li>the <a href="http://www.cs.vu.nl/~ast/minix.html">minix</a>
  226. <a href="http://www.cs.vu.nl/cgi-bin/raw/pub/minix/2.0.0/src.tar"
  227. >C library</a>
  228. <li> <a href="http://sources.redhat.com/newlib/">newlib</a>
  229. <li>and there is a
  230. <a href="ftp://sourceware.cygnus.com/pub/ecos/">C library</a>, for
  231. <a href="http://sources.redhat.com/ecos/">eCos</a> as well.
  232. <ul>
  233. <!-- Begin Links section -->
  234. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  235. <A NAME="links">
  236. <BIG><B>
  237. Links to other useful stuff
  238. </A>
  239. </B></BIG>
  240. </A>
  241. </TD></TR>
  242. <TR><TD BGCOLOR="#eeeee0">
  243. <ul>
  244. <li> <a href="http://www.uclibc.org/">The uClibc home page</a>
  245. <p>
  246. <li> <a href="http://busybox.net/">BusyBox</a>
  247. <p>
  248. <li> <a href="http://udhcp.busybox.net/">udhcp</a>
  249. <p>
  250. <li> <a href="http://www.uclinux.org/">The uClinux home page</a>
  251. <p>
  252. <li> <a href="http://cvs.uclinux.org/">The uClinux CVS repository</a>
  253. <p>
  254. <li> <a href="http://codepoet-consulting.com/">CodePoet Consulting</a>
  255. <p>
  256. </ul>
  257. <!-- End of Table -->
  258. </TD></TR>
  259. </TABLE>
  260. </P>
  261. <!-- Footer -->
  262. <HR>
  263. <TABLE WIDTH="100%">
  264. <TR>
  265. <TD>
  266. <font size="-1" face="arial, helvetica, sans-serif">
  267. Mail all comments, insults, suggestions and bribes to
  268. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  269. </font>
  270. </TD>
  271. <TD>
  272. <a href="http://www.vim.org"><img border=0 width=90 height=36
  273. src="images/written.in.vi.png"
  274. alt="This site created with the vi editor"></a>
  275. </TD>
  276. <TD>
  277. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  278. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  279. </TD>
  280. <TD>
  281. <a href="http://www.linuxtoday.com"><img width=90 height=36
  282. src="images/ltbutton2.png" alt="Linux Today"></a>
  283. </TD>
  284. <TD>
  285. <p><a href="http://slashdot.org"><img width=90 height=36
  286. src="images/sdsmall.png" alt="Slashdot"></a>
  287. </TD>
  288. <TD>
  289. <a href="http://freshmeat.net"><img width=90 height=36
  290. src="images/fm.mini.png" alt="Freshmeat"></a>
  291. </TD>
  292. </TR>
  293. </TABLE>
  294. </CENTER>
  295. </BODY>
  296. </HTML>