old-news.html 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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. <li> <b>26 November 2001, powerpc shared libraries fully working</b>
  41. <br>
  42. Dave Schleef finished off the the work needed for shared library support on
  43. powerpc. There had been a few problems remaining, and those are now squashed.
  44. So shared libs on powerpc should be working fully now.
  45. <p>
  46. <li> <b>14 November 2001, m68 compiles again, Large file support working</b>
  47. <br>
  48. About a month ago I synced the header files with glibc 2.2.4 for better
  49. C++ support and better standards compliance. I forgot to sync up m68k,
  50. sparc, powerpc, and mipsel. Dave Schleef fixed powerpc while he was fixing
  51. up the shared lib loader. I just fixed up m68k, sparc, and mipsel so they
  52. should all compile again.
  53. <p>
  54. I also finished up fixing large file support (just enable DOLFS in your
  55. Config file to enable it) and it is working just great, and greatly increases
  56. the number of glibc applications that will work "out-of-the-tarball" without
  57. needing any changes.
  58. <li> <b>12 November 2001, powerpc shared lib support</b>
  59. <br>
  60. Thanks to David Schleef, uClibc now has full shared library support
  61. on powerpc. This brings full shared library support to x86, ARM, and
  62. now powerpc. Thanks Dave!
  63. <p>
  64. <li> <b>7 November 2001, uClibc application list</b>
  65. <br>
  66. uClibc now has a <a href="uClibc-apps.html">list of applications</a>
  67. that are known to work. If you have any applications to add to the
  68. list, submissions are welcome!
  69. <p>
  70. <li> <b>18 October 2001, buildroot uClibc example system</b>
  71. <br>
  72. Those wanting an easy way to test out uClibc and give it
  73. a test drive can download and compile
  74. <a href="http://www.uclibc.org/downloads/buildroot.tar.gz">buildroot.tar.gz</a>. This
  75. is a nifty buildsystem that will automagically download and build
  76. a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
  77. kernel, and will then download source for and compile up a fully
  78. working uClibc based root filesystem. This should make it easy for
  79. people to create their own projects. I hope that this build system
  80. will allow people to more easily use and build uClibc based systems.
  81. As an example of how nicely this works, the
  82. <a href="http://tuxscreen.net/">Tuxscreen Project</a> is using a
  83. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tuxscreen/buildroot-tux/">slightly adjusted variant of the buildroot system</a> to cross
  84. compile the blob bootloader, linux kernel, and a uClibc based jffs2
  85. root filesystem (busybox, tinylogin, udhcp, lrzsz, pcmcia-cs and
  86. microwindows) for ARM. Pretty cool.
  87. <p>
  88. <li> <b>11 October 2001, v850 architecture support</b>
  89. <br>
  90. Miles Bader has contributed support for the v850 architecture.
  91. <p>
  92. <li> <b>25 Spetember 2001, header files updated</b>
  93. <br>
  94. uClibc's header files are now in sync with glibc 2.2.4,
  95. allowing better standards compliance, better portibility, and
  96. better C++ support.
  97. <p>
  98. <li> <b>4 July 2001, ARM shared library support</b>
  99. <br>
  100. uClibc now has full shared library support on ARM.
  101. <p>
  102. <li> <b>9 May 2001, libm added</b>
  103. <br>
  104. uClibc now has a very complete math library.
  105. <p>
  106. <p> <li> <b>9 May 2001, ld.so added</b>
  107. <br>
  108. uClibc now has a native ld.so. It currently is only ported to work on x86,
  109. but porting to other architectures should not be too difficult.
  110. <p> <li> <b>15 March 2001, powerpc port added</b>
  111. <br>
  112. David Schleef contributed a powerpc port, which is now in CVS.
  113. <p> <li> <b>19 February 2001, SH port added</b>
  114. <br>
  115. Jean-Yves Avenard contributed an SH port. See his email
  116. with the initial patch <a href="/lists/uclibc/2001-February/000409.html">here</a>.
  117. <p> <li> <b>16 January 2001, uClibc as a shared library</b>
  118. <br>
  119. As if January 16, uClibc can now be used (at least on x86) as a shared
  120. library. See the <a href="/lists/uclibc/2001-January/000126.html">email</a>
  121. announcing this achievement.
  122. <p> <li> <b>11 January 2001, gcc wrapper added</b>
  123. <br>
  124. Manuel Novoa III has created a wrapper for gcc that makes compiling apps vs uClibc
  125. as simple as just setting "CC" to gcc-uClibc-&lt arch&gt. This even works when cross
  126. compiling! Very cool.
  127. <p> <li> <b>3 January 2001, uClibc now has a web page</b>
  128. <br>
  129. A lot of work has been going on under the hood with uClibc,
  130. so I decided to put together this webpage to let the world know
  131. that it exists and is getting to be very usable.
  132. </ul>
  133. <!-- End of Table -->
  134. </TD></TR>
  135. </TABLE>
  136. </P>
  137. <!-- Footer -->
  138. <HR>
  139. <TABLE WIDTH="100%">
  140. <TR>
  141. <TD>
  142. <font size="-1" face="arial, helvetica, sans-serif">
  143. Mail all comments, insults, suggestions and bribes to
  144. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  145. </font>
  146. </TD>
  147. <TD>
  148. <a href="http://www.vim.org"><img border=0 width=90 height=36
  149. src="images/written.in.vi.png"
  150. alt="This site created with the vi editor"></a>
  151. </TD>
  152. <TD>
  153. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  154. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  155. </TD>
  156. <TD>
  157. <a href="http://www.linuxtoday.com"><img width=90 height=36
  158. src="images/ltbutton2.png" alt="Linux Today"></a>
  159. </TD>
  160. <TD>
  161. <p><a href="http://slashdot.org"><img width=90 height=36
  162. src="images/sdsmall.png" alt="Slashdot"></a>
  163. </TD>
  164. <TD>
  165. <a href="http://freshmeat.net"><img width=90 height=36
  166. src="images/fm.mini.png" alt="Freshmeat"></a>
  167. </TD>
  168. </TR>
  169. </TABLE>
  170. </CENTER>
  171. </BODY>
  172. </HTML>