old-news.html 13 KB

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