old-news.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  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. </A></B></BIG>
  26. </TD></TR>
  27. <TR><TD BGCOLOR="#eeeee0">
  28. <a href="index.html">Click Here to Return to the main uClibc webpage</a>.
  29. <p>
  30. <!-- Begin Older News section -->
  31. <TR><TD BGCOLOR="#ccccc0" ALIGN=center>
  32. <A NAME="news">
  33. <BIG><B>
  34. Older News</A>
  35. </B></BIG>
  36. </A>
  37. </TD></TR>
  38. <TR><TD BGCOLOR="#eeeee0">
  39. <ul>
  40. <p>
  41. <li> <b>10 April 2002, Native uClibc/gcc-3.0.4 toolchain</b>
  42. <br>
  43. CodePoet Consulting has released source code and a Makefile
  44. to build a gcc-3.0.4 toolchain that natively targets uClibc.
  45. This brings with it full C++ support for uClibc, including the
  46. libstdc++ library. A gcc-2.95.x toolchain will also be released
  47. shortly, but is not yet ready. At this time, only source code and
  48. a Makefile for the native uClibc toolchain is being released (i.e.
  49. no binaries, sorry). Source code can be downloaded
  50. <a href="downloads/toolchain/">here</a>,
  51. but be aware that the source code is 27 MB.
  52. <p>
  53. To build the toolchain, simply grab the source, edit the Makefile
  54. to select where you would like the toolchain installed. Then
  55. run 'make' and wait for it to compile. If you do not have a copy
  56. of uClibc already, it will download the latest daily snapshot.
  57. <p>
  58. <li> <b>21 March 2002, uClibc 0.9.10 Released!</b>
  59. <br>
  60. CodePoet Consulting is pleased to announce the immediate
  61. availability of uClibc 0.9.10. This release adds pthreads support
  62. (including pthreads support for mmu-less systems!). Additionally,
  63. thanks to Manuel Novoa III, we now have a completely new stdio
  64. library, which is small, standards compliant, supports pthreads,
  65. wide/narrow streams, large files, and can even operate in a
  66. low-memory unbuffered mode. Many, many bugs have been fixed and a
  67. number of additional applications now compile and run perfectly.
  68. Even with all these changes, uClibc continues to be very small.
  69. On x86, a default build of the uClibc C library is still just 168k.
  70. <p>
  71. To make things more interesting, the release also adds support for
  72. C++ constructors and destructors. To make it easy to use uClibc
  73. when developing C++ applications, this release also provides a
  74. wrapper for the GNU C++ compiler. Of course, for more complex C++
  75. applications, such as those using iostreams, a standard C++ library
  76. (libstdc++) is required. A native GNU toolchain (binutils/gcc) that
  77. provides libstdc++ linked with uClibc 0.9.10 will be released in the
  78. next couple of days, so stay tuned.
  79. <p>
  80. The <a href="downloads/Changelog">Changelog</a>
  81. and <a href="downloads/uClibc-0.9.10.tar.bz2">Source code</a>
  82. for this release are available <a href="downloads/">here</a>.
  83. <p>
  84. <p>
  85. <li> <b>4 February 2002, uClibc 0.9.9 Released!</b>
  86. <br>
  87. CodePoet Consulting is pleased to announce the immediate
  88. availability of uClibc 0.9.9. With this release,
  89. <a href="uClibc-apps.html">just about
  90. everything we have tested now compiles and runs</a>. In fact,
  91. there are now so many programs on the working application list that
  92. rather than continue to add to this list, from now on we
  93. will only be adding applications to the <em>not working list</em>. Most applications
  94. on the <em>not working list</em> either require pthreads, or require
  95. wide-character support. Work on wide-character support is
  96. well underway, and will hopefully be moving into CVS in the next week or
  97. two. Full pthreads support and rentrancy are on the TODO list
  98. and are expected to be complete in the next couple of months.
  99. <p>
  100. The <a href="downloads/Changelog">Changelog</a>
  101. and <a
  102. href="downloads/uClibc-0.9.9.tar.bz2">Source code</a>
  103. for this release are available <a href="downloads/">here</a>.
  104. <p>
  105. One final bit on news -- as some of you may have noticed, uclibc.org
  106. has been a bit overloaded and somewhat slow recently. The server should
  107. be getting colocated tomorrow, which will eliminate the speed problem.
  108. During the move, there may be some temporary disruption of service...
  109. <p>
  110. Have Fun!
  111. <p>
  112. <li> <b>22 December 2001, uClibc 0.9.8 Released!</b>
  113. <br>
  114. After many months of initial development, we are pleased to announce the
  115. release of uClibc 0.9.8. This release should be quite solid, and is very
  116. usable. This also, hopefully, marks a transition from a slow incubation
  117. phase to a more methodical release cycle. From now one, there should be
  118. approximately one release per month.
  119. <p>
  120. The source code for this release is available
  121. <a href="downloads/">here</a>.
  122. <p>
  123. <li> <b>26 November 2001, powerpc shared libraries fully working</b>
  124. <br>
  125. Dave Schleef finished off the the work needed for shared library support on
  126. powerpc. There had been a few problems remaining, and those are now squashed.
  127. So shared libs on powerpc should be working fully now.
  128. <p>
  129. <li> <b>14 November 2001, m68 compiles again, Large file support working</b>
  130. <br>
  131. About a month ago I synced the header files with glibc 2.2.4 for better
  132. C++ support and better standards compliance. I forgot to sync up m68k,
  133. sparc, powerpc, and mipsel. Dave Schleef fixed powerpc while he was fixing
  134. up the shared lib loader. I just fixed up m68k, sparc, and mipsel so they
  135. should all compile again.
  136. <p>
  137. I also finished up fixing large file support (just enable DOLFS in your
  138. Config file to enable it) and it is working just great, and greatly increases
  139. the number of glibc applications that will work "out-of-the-tarball" without
  140. needing any changes.
  141. <li> <b>12 November 2001, powerpc shared lib support</b>
  142. <br>
  143. Thanks to David Schleef, uClibc now has full shared library support
  144. on powerpc. This brings full shared library support to x86, ARM, and
  145. now powerpc. Thanks Dave!
  146. <p>
  147. <li> <b>7 November 2001, uClibc application list</b>
  148. <br>
  149. uClibc now has a <a href="uClibc-apps.html">list of applications</a>
  150. that are known to work. If you have any applications to add to the
  151. list, submissions are welcome!
  152. <p>
  153. <li> <b>18 October 2001, buildroot uClibc example system</b>
  154. <br>
  155. Those wanting an easy way to test out uClibc and give it
  156. a test drive can download and compile
  157. <a href="http://www.uclibc.org/downloads/buildroot.tar.gz">buildroot.tar.gz</a>. This
  158. is a nifty buildsystem that will automagically download and build
  159. a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
  160. kernel, and will then download source for and compile up a fully
  161. working uClibc based root filesystem. This should make it easy for
  162. people to create their own projects. I hope that this build system
  163. will allow people to more easily use and build uClibc based systems.
  164. As an example of how nicely this works, the
  165. <a href="http://tuxscreen.net/">Tuxscreen Project</a> is using a
  166. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tuxscreen/buildroot-tux/">slightly adjusted variant of the buildroot system</a> to cross
  167. compile the blob bootloader, linux kernel, and a uClibc based jffs2
  168. root filesystem (busybox, tinylogin, udhcp, lrzsz, pcmcia-cs and
  169. microwindows) for ARM. Pretty cool.
  170. <p>
  171. <li> <b>11 October 2001, v850 architecture support</b>
  172. <br>
  173. Miles Bader has contributed support for the v850 architecture.
  174. <p>
  175. <li> <b>25 Spetember 2001, header files updated</b>
  176. <br>
  177. uClibc's header files are now in sync with glibc 2.2.4,
  178. allowing better standards compliance, better portibility, and
  179. better C++ support.
  180. <p>
  181. <li> <b>4 July 2001, ARM shared library support</b>
  182. <br>
  183. uClibc now has full shared library support on ARM.
  184. <p>
  185. <li> <b>9 May 2001, libm added</b>
  186. <br>
  187. uClibc now has a very complete math library.
  188. <p>
  189. <p> <li> <b>9 May 2001, ld.so added</b>
  190. <br>
  191. uClibc now has a native ld.so. It currently is only ported to work on x86,
  192. but porting to other architectures should not be too difficult.
  193. <p> <li> <b>15 March 2001, powerpc port added</b>
  194. <br>
  195. David Schleef contributed a powerpc port, which is now in CVS.
  196. <p> <li> <b>19 February 2001, SH port added</b>
  197. <br>
  198. Jean-Yves Avenard contributed an SH port. See his email
  199. with the initial patch <a href="/lists/uclibc/2001-February/000409.html">here</a>.
  200. <p> <li> <b>16 January 2001, uClibc as a shared library</b>
  201. <br>
  202. As if January 16, uClibc can now be used (at least on x86) as a shared
  203. library. See the <a href="/lists/uclibc/2001-January/000126.html">email</a>
  204. announcing this achievement.
  205. <p> <li> <b>11 January 2001, gcc wrapper added</b>
  206. <br>
  207. Manuel Novoa III has created a wrapper for gcc that makes compiling apps vs uClibc
  208. as simple as just setting "CC" to gcc-uClibc-&lt arch&gt. This even works when cross
  209. compiling! Very cool.
  210. <p> <li> <b>3 January 2001, uClibc now has a web page</b>
  211. <br>
  212. A lot of work has been going on under the hood with uClibc,
  213. so I decided to put together this webpage to let the world know
  214. that it exists and is getting to be very usable.
  215. </ul>
  216. <!-- End of Table -->
  217. </TD></TR>
  218. </TABLE>
  219. </P>
  220. <!-- Footer -->
  221. <HR>
  222. <TABLE WIDTH="100%">
  223. <TR>
  224. <TD>
  225. <font size="-1" face="arial, helvetica, sans-serif">
  226. Mail all comments, insults, suggestions and bribes to
  227. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  228. </font>
  229. </TD>
  230. <TD>
  231. <a href="http://www.vim.org"><img border=0 width=90 height=36
  232. src="images/written.in.vi.png"
  233. alt="This site created with the vi editor"></a>
  234. </TD>
  235. <TD>
  236. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  237. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  238. </TD>
  239. <TD>
  240. <a href="http://www.linuxtoday.com"><img width=90 height=36
  241. src="images/ltbutton2.png" alt="Linux Today"></a>
  242. </TD>
  243. <TD>
  244. <p><a href="http://slashdot.org"><img width=90 height=36
  245. src="images/sdsmall.png" alt="Slashdot"></a>
  246. </TD>
  247. <TD>
  248. <a href="http://freshmeat.net"><img width=90 height=36
  249. src="images/fm.mini.png" alt="Freshmeat"></a>
  250. </TD>
  251. </TR>
  252. </TABLE>
  253. </CENTER>
  254. </BODY>
  255. </HTML>