old-news.html 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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>25 January 2003, dev system updates, arm image released</b>
  42. <br>
  43. A number of additional problems have been fixed and the arm build
  44. is now, finally, compiling and working as expected. As such,
  45. I have updated the <a href="http://www.uclibc.org/downloads/root_fs-i386.bz2">
  46. i386 development system image</a>, the
  47. <a href="http://www.uclibc.org/downloads/root_fs-powerpc.bz2">
  48. powerpc development system image</a>, and I am also releasing
  49. upon an unsuspecting world the brand new
  50. <a href="http://www.uclibc.org/downloads/root_fs-arm.bz2">
  51. arm development system image</a>!
  52. Have fun!
  53. <p>
  54. All three development system images were compiled and built using the stock
  55. <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a> system. These were also
  56. built using the (about to be announced in a couple on minutes) uClibc
  57. 0.9.17 release, so if you want to begin compiling and testing stuff with
  58. uClibc, but you don't feel like spending the _hours_ it takes to download,
  59. configure, and build your own uClibc based development system -- then you
  60. may want to download these and give them a try. They each contain a 100 MB
  61. ext2 filesystem with everything you need to begin compiling your own
  62. applications. I have (at least minimally) tested each of them and verified
  63. that the included gcc and g++ compilers produce working uClibc linked
  64. executables.
  65. <p>
  66. Oh, and I have also have updated the uClibc/gcc toolchain builders, so
  67. if you just want a simple uClibc/gcc toolchain,
  68. <a href="/cgi-bin/cvsweb/toolchain/">one of these should work for you.</a>
  69. <p>
  70. <p>
  71. <li> <b>10 January 2003, dev system updates, powerpc image released</b>
  72. <br>
  73. A few problems showed up in yesterday's development system release
  74. (adduser was broken, gdb didn't work, libstdc++ shared libs were missing,
  75. etc). So I've updated the <a href="http://www.uclibc.org/downloads/root_fs-i386.bz2">
  76. i386 development system image</a> to fix these problems.
  77. Also, the <a href="http://www.uclibc.org/downloads/root_fs-powerpc.bz2">
  78. powerpc development system image</a> has finally finished compiling
  79. and is now released upon an unsuspecting world. Have fun!
  80. <p>
  81. <p>
  82. <li> <b>9 January 2003, uClibc development system released</b>
  83. <br>
  84. CodePoet Consulting (i.e. Erik) has been working hard on <a
  85. href="/cgi-bin/cvsweb/buildroot/">buildroot</a> recently, and is pleased to
  86. offer a full stand-alone uClibc-only development system. This is an ext2
  87. filesystem for i386 containing all the development software you need to
  88. build your own uClibc applications. With bash, awk, make, gcc, g++,
  89. autoconf, automake, ncurses, zlib, openssl, openssh, gdb, strace, valgrind,
  90. busybox, GNU coreutils, and more, this should have pretty much everything
  91. you need to get started building your own applications linked against
  92. uClibc. By using a uClibc only system, you can avoid all the painful
  93. cross-configuration problems that have made using uClibc somewhat painful
  94. in the past. A powerpc and an arm version are in progress. Expect them
  95. to be released shortly....
  96. <p>
  97. The <a href="http://www.uclibc.org/downloads/root_fs-i386.bz2">
  98. uClibc development system is an 18MB bzip2 compressed ext2 filesystem</a>,
  99. so be prepared to wait if you are on a slow link. If you wish to have more
  100. space, you can loop mount it and 'cp -a' the contents to their own
  101. partition, or do what I did... <EM>WARNING, the following can be very
  102. dangerous. Please be sure you know what you are doing before trying this.
  103. I am not responsible if you lose all your important data.</EM>I had a spare
  104. hard drive (in my case /dev/hdg but you'll want to adapt this to your own
  105. needs), so I partitioned it with a single ext2 partition filling the drive
  106. (in my case /dev/hdg1). Then I ran:<PRE>
  107. bzcat root_fs-i386.bz2 | dd of=/dev/hdg1
  108. e2fsck -f /dev/hdg1
  109. resize2fs -p /dev/hdg1</PRE>
  110. which overwrote everything on /dev/hdg with the new uClibc devel system,
  111. and then expanded the filesystem with the uClibc devel system till it
  112. filled the whole drive.
  113. <p>
  114. <p>
  115. <li> <b>8 November 2002, uClibc 0.9.16 Released</b>
  116. <br>
  117. CodePoet Consulting is pleased to announce the immediate availability of
  118. uClibc 0.9.16. This release adds full support (including a native shared
  119. library loader) for the CRIS architecture, contributed by Tobias Anderberg.
  120. Stefan Allius contributed a number of patches to fix the initialization
  121. order for shared library global constructors and destructors as well as a
  122. large number of SuperH fixes and cleanups. uClibc now compiles with
  123. newer versions of gcc (i.e. RedHat 8.0). Thanks to Christian Michon,
  124. uClibc no longer requires perl to compile. Steven J. Hill fixed dlopen for
  125. mips. Several problems with pty and tty handling were fixed. Manuel Novoa
  126. added new support for an /etc/TZ file to globally set the system timezone,
  127. and fixed up a number of remaining wide char issues. Manuel is still hard
  128. at work on bringing full locale support (optional of course) to uClibc.
  129. And of course, this release includes the usual pile of bug fixes. Many thanks
  130. for the large number of patches and fixes that were contributed!
  131. <p>
  132. Erik and Manuel have been working on a
  133. <a href="downloads/Glibc_vs_uClibc_Differences.txt">
  134. document describing some of the differences between uClibc and glibc.</a>
  135. It's not yet 100% complete, and it hasn't been nicely formatted yet. But
  136. it contains a lot of helpful information and is worth a look.
  137. <p>
  138. And finally, the the old uClibc configuration system has been completely
  139. removed (and there was much rejoicing). It was replaced with an entirely
  140. new system based on <a href="http://www.xs4all.nl/~zippel/lc/">LinuxKernelConf</a>,
  141. which has since been included into Linux 2.5.45, so it looks like Erik made
  142. the right choice. Of course, those who have existing build systems using uClibc
  143. will need to make a few changes... We think the change is worth it.
  144. <p>
  145. As usual, the
  146. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  147. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.16.tar.bz2">source code</a>
  148. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  149. You might want to download uClibc from the closest
  150. <a href="http://kernel.org/mirrors/">kernel.org mirror site</a>.
  151. Just pick the closest mirror site, and then go to
  152. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  153. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a>
  154. to download uClibc, where XX is your two letter country code.
  155. <p>
  156. Updated gcc-3.2 and gcc-2.95 toolchains will be released shortly.
  157. <p>
  158. <p>
  159. <li> <b>16 September 2002, gcc-3.2 and gcc-2.95 toolchains released</b>
  160. <br>
  161. CodePoet Consulting (i.e. Erik) has released updated gcc-3.2 and gcc-2.95
  162. uClibc toolchains. These toolchains build real gcc cross compilers (i.e.
  163. not just a wrapper) and create executables linked vs uClibc. The new
  164. gcc-3.2 provides uClibc support with the latest and greatest compiler
  165. available from the gcc team. The gcc-2.95 toolchain has been updated to
  166. the latest version of uClibc and now provides full C++ support, using the
  167. <a href="http://www.stlport.org/">STLport</a> standard C++ library.
  168. <p>
  169. This toolchain should make it easy for anyone to build uClibc based
  170. applications.
  171. <a href="/cgi-bin/cvsweb/toolchain/"> Source code can be downloaded here</a>.
  172. Be aware that much of the needed source code will actually be downloaded on
  173. when you compile the toolchains. To build a toolchain, simply
  174. grab the source, edit the Makefile to select where you would like
  175. the toolchain installed, run 'make', and then go watch TV, eat
  176. dinner, or visit with your friends while it compiles. It takes
  177. about 15 minutes for Erik to compile the gcc-3.2 toolchain (w/C++ support)
  178. on his Athlon XP 1600 (not counting the time it takes to download
  179. source code).
  180. <p>
  181. <p>
  182. <li> <b>27 August 2002, uClibc 0.9.15 Released</b>
  183. <br>
  184. CodePoet Consulting is pleased to announce the immediate availability
  185. of uClibc 0.9.15. This release fixes a number of problems that turned
  186. up since the last release. The good news is that uClibc now
  187. passes all tests in the perl 5.8 and Python 2.2.1 test suites, both with
  188. and without pthreads. So without any further ado....
  189. <p>
  190. The
  191. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  192. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.15.tar.bz2">source code</a>
  193. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  194. <p>
  195. Have fun!
  196. <p>
  197. <p>
  198. <li> <b>12 August 2002, uClibc 0.9.14 Released</b>
  199. <br>
  200. CodePoet Consulting is slightly less pleased then usual to announce the
  201. immediate availability of uClibc 0.9.14. This is, unfortunately, a bugfix
  202. release intended to fix the couple of dumb things that slipped into the
  203. previous release. Version 0.9.13 of uClibc would fail to compile when
  204. enabling both RPC and Pthreads. There was also a problem with RPC thread
  205. local storage (but noone noticed since it didn't compile ;-). Also, the
  206. thread locking in exit(), onexit() and atexit() was broken, and wasn't
  207. actually locking anything. This release also fixes uClibc's gcc wrapper
  208. to use crtbeginS.o and crtendS.o when compiling PIC code, fixing a subtle
  209. bug (that was much less subtle on powerpc). Finally, this release includes a
  210. few minor compile warning cleanups.
  211. <p>
  212. The
  213. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  214. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.14.tar.bz2">source code</a>
  215. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  216. <p>
  217. Have fun!
  218. <p>
  219. <li> <b>12 August 2002, Native uClibc/gcc-3.1.1 toolchain released</b>
  220. <br>
  221. CodePoet Consulting (i.e. Erik) has released an updated native
  222. uClibc/gcc-3.1.1 toolchain. This toolchain builds a real gcc cross
  223. compiler (i.e. not just a wrapper) and creates executables linked vs
  224. uClibc. This toolchain has been (briefly) tested as working on x86, arm,
  225. mips, and arm7tdmi (uClinux). This toolchain provides a number of
  226. improvements over previous releases. In particular, Steven J. Hill found
  227. and fixes a number of "glibc-isms" in the libstdc++ math support which
  228. caused a number of math functions to be mapped to the non-standard named
  229. under GNU libc. This release also includes greatly improved uClinux
  230. "elf2flt" support, and it now produces working flat binaries for my
  231. uClinux/arm7tdmi system. The native uClibc/gcc-2.95 toolchain will be
  232. updated in a few days, and will include STLport which will allow that
  233. toolchain to also provide full C++ support.
  234. <p>
  235. This toolchain should make it easy for anyone to build uClibc based
  236. applications.
  237. <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>.
  238. Be aware that much of the needed source code will actually be downloaded on
  239. demand when you compile things. To build the toolchain, simply
  240. grab the source, edit the Makefile to select where you would like
  241. the toolchain installed, run 'make', and then go watch TV, eat
  242. dinner, or visit with your friends while it compiles. It takes
  243. about 15 minutes for Erik to compile the gcc-3.1.1 toolchain (w/C++ support)
  244. on his Athlon XP 1600 (not counting the time it takes to download
  245. source code). Your results may vary...
  246. <p>
  247. <li> <b>9 August 2002, uClibc now mirrored on kernel.org!</b>
  248. <br>
  249. uClibc is now available from the kernel.org mirrors! This should make
  250. uClibc downloads much faster. The kernel.org mirrors will have all
  251. uClibc release versions (everything but the daily snapshots).
  252. Here is a list of all the <a href="http://kernel.org/mirrors/">kernel.org mirror sites</a>.
  253. Just pick the closest mirror site, and then go to "/pub/linux/libs/uclibc/"
  254. to download uClibc.
  255. Just pick the closest mirror site, and then go to
  256. <a href="http://www.kernel.org/pub/linux/libs/uclibc/">
  257. http://www.XX.kernel.org/pub/linux/libs/uclibc/</a> to download the latest
  258. uClibc release from a nice fast system.
  259. <p>
  260. <p>
  261. <p>
  262. <li> <b>9 August 2002, uClibc 0.9.13 Released</b>
  263. <br>
  264. CodePoet Consulting is pleased to announce the immediate availability of
  265. uClibc 0.9.13. After several days of testing, this release is looking very
  266. solid. This release fixes three security vulnerabilites in previous
  267. releases. There was an off-by-one buffer overflow in the group handling
  268. code, and integer overflows in calloc() and xdr_array().
  269. <p>
  270. This release adds native shared library support for the Hitachi
  271. SuperH architecture, thanks to Stefan Allius and Edie C. Dost. A
  272. new mmap based malloc was implemented by Miles Bader. This is much
  273. smarter than the old "malloc-simple" and is now the default for
  274. mmu-less systems, where it should greatly help reduce memory
  275. fragmentation and wastage. In addition to these larger items, there
  276. has been a <em>lot</em> of work done to make uClibc a cleaner, more
  277. capable, library. Most applications now compile and run without
  278. any trouble.
  279. <p>
  280. The
  281. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>
  282. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.13.tar.bz2">source code</a>
  283. for this release are available <a href="http://www.uclibc.org/downloads/">here</a>.
  284. <p>
  285. Have fun!
  286. <p>
  287. <li> <b>11 July 2002, Native uClibc toolchains updated</b>
  288. <br>
  289. CodePoet Consulting (i.e. Erik) has released updated native
  290. uClibc/gcc-3.1 and uClibc/gcc-2.95 toolchains. These toolchains
  291. build real gcc cross compilers (i.e. not just a wrapper) and create
  292. executables linked vs uClibc. These toolchains have been tested
  293. and found working on x86, arm, and mmu-less arm. They should work
  294. (at least in theory!) for all architectures supported by uClibc.
  295. <p>
  296. These toolchains should make it easy to anyone to build uClibc based
  297. applications.
  298. <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>.
  299. Be aware that much of the needed source code will actually be downloaded on
  300. demand when you compile things. To build the toolchain, simply
  301. grab the source, edit the Makefile to select where you would like
  302. the toolchain installed, run 'make', and then go watch TV, eat
  303. dinner, or visit with your friends while it compiles. It takes
  304. about 15 minutes for Erik to compile the gcc-3.1 toolchain (w/C++ support)
  305. on his Athlon XP 1600 (not counting the time it takes to download
  306. source code). Your results may vary...
  307. <p>
  308. <P>
  309. <li> <b>20 June 2002, uClibc 0.9.12 Released</b>
  310. <br>
  311. CodePoet Consulting is pleased to announce the immediate availability of
  312. uClibc 0.9.12. This release adds an i960 port, an initial alpha port,
  313. fully working mips shared library support, shared library support fixes
  314. for on powerpc, and many other improvements. One very exciting new feature
  315. is nearly complete locale support, thanks to a lot of hard work by Manuel
  316. Novoa III. uClibc's locale support is <em>much</em> smaller than glibc's,
  317. though it is also slightly less flexible. This release was delayed by a
  318. month due to the arrival of a new baby at Erik's house. For those that
  319. have been anxiously waiting, this release should certainly be worth the
  320. wait. Have fun!
  321. <p>
  322. The <a href="downloads/Changelog">Changelog</a>
  323. and <a href="downloads/uClibc-0.9.12.tar.bz2">source code</a>
  324. for this release are available <a href="downloads/">here</a>.
  325. <li> <b>28 May 2002, Native uClibc/gcc-3.1 toolchain</b>
  326. <br>
  327. CodePoet Consulting has released source code and a Makefile to build a
  328. gcc-3.1 toolchain that natively targets uClibc. Additionally, the
  329. gcc-3.0.4 and gcc-2.95 toolchains have also been updated. These toolchains
  330. make it easy to build uClibc based applications.
  331. <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>.
  332. and is now much smaller,
  333. since much of the needed binutils and gcc source code is now downloaded on
  334. demand. To build the toolchain, simply grab the source, edit the Makefile
  335. to select where you would like the toolchain installed, and then run 'make'
  336. and wait for it to compile.
  337. <p>
  338. <p><li> <b>10 April 2002, uClibc 0.9.11 Released</b>
  339. <br>
  340. CodePoet Consulting is pleased to announce the immediate availability of
  341. uClibc 0.9.11. This release is primarily focused on fixing the issues that
  342. have turned up since the last release. Several bugs in the gcc wrapper
  343. have been fixed, allowing applications such as iproute2 and XFree86 to link properly.
  344. Large file support has been improved, and a thread locking bug was
  345. fixed that could cause s*printf calls to deadlock when threading was
  346. enabled. Several bugs were also fixed with the powerpc, h8300, m68k,
  347. sparc, and mips architecture support. Many additional applications now
  348. compile and run perfectly and have been added to the <a
  349. href="uClibc-apps.html">working applications list</a> .
  350. <p>
  351. The <a href="downloads/Changelog">Changelog</a>
  352. and <a href="downloads/uClibc-0.9.11.tar.bz2">source code</a>
  353. for this release are available <a href="downloads/">here</a>.
  354. <p>
  355. <li> <b>10 April 2002, Native uClibc/gcc-3.0.4 toolchain</b>
  356. <br>
  357. CodePoet Consulting has released source code and a Makefile
  358. to build a gcc-3.0.4 toolchain that natively targets uClibc.
  359. This brings with it full C++ support for uClibc, including the
  360. libstdc++ library. A gcc-2.95.x toolchain will also be released
  361. shortly, but is not yet ready. At this time, only source code and
  362. a Makefile for the native uClibc toolchain is being released (i.e.
  363. no binaries, sorry).
  364. <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>.
  365. <p>
  366. To build the toolchain, simply grab the source, edit the Makefile
  367. to select where you would like the toolchain installed. Then
  368. run 'make' and wait for it to compile. If you do not have a copy
  369. of uClibc already, it will download the latest daily snapshot.
  370. <p>
  371. <li> <b>21 March 2002, uClibc 0.9.10 Released!</b>
  372. <br>
  373. CodePoet Consulting is pleased to announce the immediate
  374. availability of uClibc 0.9.10. This release adds pthreads support
  375. (including pthreads support for mmu-less systems!). Additionally,
  376. thanks to Manuel Novoa III, we now have a completely new stdio
  377. library, which is small, standards compliant, supports pthreads,
  378. wide/narrow streams, large files, and can even operate in a
  379. low-memory unbuffered mode. Many, many bugs have been fixed and a
  380. number of additional applications now compile and run perfectly.
  381. Even with all these changes, uClibc continues to be very small.
  382. On x86, a default build of the uClibc C library is still just 168k.
  383. <p>
  384. To make things more interesting, the release also adds support for
  385. C++ constructors and destructors. To make it easy to use uClibc
  386. when developing C++ applications, this release also provides a
  387. wrapper for the GNU C++ compiler. Of course, for more complex C++
  388. applications, such as those using iostreams, a standard C++ library
  389. (libstdc++) is required. A native GNU toolchain (binutils/gcc) that
  390. provides libstdc++ linked with uClibc 0.9.10 will be released in the
  391. next couple of days, so stay tuned.
  392. <p>
  393. The <a href="downloads/Changelog">Changelog</a>
  394. and <a href="downloads/uClibc-0.9.10.tar.bz2">Source code</a>
  395. for this release are available <a href="downloads/">here</a>.
  396. <p>
  397. <p>
  398. <li> <b>4 February 2002, uClibc 0.9.9 Released!</b>
  399. <br>
  400. CodePoet Consulting is pleased to announce the immediate
  401. availability of uClibc 0.9.9. With this release,
  402. <a href="uClibc-apps.html">just about
  403. everything we have tested now compiles and runs</a>. In fact,
  404. there are now so many programs on the working application list that
  405. rather than continue to add to this list, from now on we
  406. will only be adding applications to the <em>not working list</em>. Most applications
  407. on the <em>not working list</em> either require pthreads, or require
  408. wide-character support. Work on wide-character support is
  409. well underway, and will hopefully be moving into CVS in the next week or
  410. two. Full pthreads support and rentrancy are on the TODO list
  411. and are expected to be complete in the next couple of months.
  412. <p>
  413. The <a href="downloads/Changelog">Changelog</a>
  414. and <a
  415. href="downloads/uClibc-0.9.9.tar.bz2">Source code</a>
  416. for this release are available <a href="downloads/">here</a>.
  417. <p>
  418. One final bit on news -- as some of you may have noticed, uclibc.org
  419. has been a bit overloaded and somewhat slow recently. The server should
  420. be getting colocated tomorrow, which will eliminate the speed problem.
  421. During the move, there may be some temporary disruption of service...
  422. <p>
  423. Have Fun!
  424. <p>
  425. <li> <b>22 December 2001, uClibc 0.9.8 Released!</b>
  426. <br>
  427. After many months of initial development, we are pleased to announce the
  428. release of uClibc 0.9.8. This release should be quite solid, and is very
  429. usable. This also, hopefully, marks a transition from a slow incubation
  430. phase to a more methodical release cycle. From now one, there should be
  431. approximately one release per month.
  432. <p>
  433. The source code for this release is available
  434. <a href="downloads/">here</a>.
  435. <p>
  436. <li> <b>26 November 2001, powerpc shared libraries fully working</b>
  437. <br>
  438. Dave Schleef finished off the the work needed for shared library support on
  439. powerpc. There had been a few problems remaining, and those are now squashed.
  440. So shared libs on powerpc should be working fully now.
  441. <p>
  442. <li> <b>14 November 2001, m68 compiles again, Large file support working</b>
  443. <br>
  444. About a month ago I synced the header files with glibc 2.2.4 for better
  445. C++ support and better standards compliance. I forgot to sync up m68k,
  446. sparc, powerpc, and mipsel. Dave Schleef fixed powerpc while he was fixing
  447. up the shared lib loader. I just fixed up m68k, sparc, and mipsel so they
  448. should all compile again.
  449. <p>
  450. I also finished up fixing large file support (just enable DOLFS in your
  451. Config file to enable it) and it is working just great, and greatly increases
  452. the number of glibc applications that will work "out-of-the-tarball" without
  453. needing any changes.
  454. <li> <b>12 November 2001, powerpc shared lib support</b>
  455. <br>
  456. Thanks to David Schleef, uClibc now has full shared library support
  457. on powerpc. This brings full shared library support to x86, ARM, and
  458. now powerpc. Thanks Dave!
  459. <p>
  460. <li> <b>7 November 2001, uClibc application list</b>
  461. <br>
  462. uClibc now has a <a href="uClibc-apps.html">list of applications</a>
  463. that are known to work. If you have any applications to add to the
  464. list, submissions are welcome!
  465. <p>
  466. <li> <b>18 October 2001, buildroot uClibc example system</b>
  467. <br>
  468. Those wanting an easy way to test out uClibc and give it
  469. a test drive can download and compile
  470. <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>.
  471. This is a nifty buildsystem that will automagically download and build
  472. a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
  473. kernel, and will then download source for and compile up a fully
  474. working uClibc based root filesystem. This should make it easy for
  475. people to create their own projects. I hope that this build system
  476. will allow people to more easily use and build uClibc based systems.
  477. As an example of how nicely this works, the
  478. <a href="http://tuxscreen.net/">Tuxscreen Project</a> is using a
  479. <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/tuxscreen/buildroot-tux/">slightly adjusted variant of the buildroot system</a> to cross
  480. compile the blob bootloader, linux kernel, and a uClibc based jffs2
  481. root filesystem (busybox, tinylogin, udhcp, lrzsz, pcmcia-cs and
  482. microwindows) for ARM. Pretty cool.
  483. <p>
  484. <li> <b>11 October 2001, v850 architecture support</b>
  485. <br>
  486. Miles Bader has contributed support for the v850 architecture.
  487. <p>
  488. <li> <b>25 Spetember 2001, header files updated</b>
  489. <br>
  490. uClibc's header files are now in sync with glibc 2.2.4,
  491. allowing better standards compliance, better portibility, and
  492. better C++ support.
  493. <p>
  494. <li> <b>4 July 2001, ARM shared library support</b>
  495. <br>
  496. uClibc now has full shared library support on ARM.
  497. <p>
  498. <li> <b>9 May 2001, libm added</b>
  499. <br>
  500. uClibc now has a very complete math library.
  501. <p>
  502. <p> <li> <b>9 May 2001, ld.so added</b>
  503. <br>
  504. uClibc now has a native ld.so. It currently is only ported to work on x86,
  505. but porting to other architectures should not be too difficult.
  506. <p> <li> <b>15 March 2001, powerpc port added</b>
  507. <br>
  508. David Schleef contributed a powerpc port, which is now in CVS.
  509. <p> <li> <b>19 February 2001, SH port added</b>
  510. <br>
  511. Jean-Yves Avenard contributed an SH port. See his email
  512. with the initial patch <a href="/lists/uclibc/2001-February/000409.html">here</a>.
  513. <p> <li> <b>16 January 2001, uClibc as a shared library</b>
  514. <br>
  515. As if January 16, uClibc can now be used (at least on x86) as a shared
  516. library. See the <a href="/lists/uclibc/2001-January/000126.html">email</a>
  517. announcing this achievement.
  518. <p> <li> <b>11 January 2001, gcc wrapper added</b>
  519. <br>
  520. Manuel Novoa III has created a wrapper for gcc that makes compiling apps vs uClibc
  521. as simple as just setting "CC" to gcc-uClibc-&lt arch&gt. This even works when cross
  522. compiling! Very cool.
  523. <p> <li> <b>3 January 2001, uClibc now has a web page</b>
  524. <br>
  525. A lot of work has been going on under the hood with uClibc,
  526. so I decided to put together this webpage to let the world know
  527. that it exists and is getting to be very usable.
  528. </ul>
  529. <!-- End of Table -->
  530. </TD></TR>
  531. </TABLE>
  532. </P>
  533. <!-- Footer -->
  534. <HR>
  535. <TABLE WIDTH="100%">
  536. <TR>
  537. <TD>
  538. <font size="-1" face="arial, helvetica, sans-serif">
  539. Mail all comments, insults, suggestions and bribes to
  540. <a href="mailto:andersen@codepoet.org">Erik Andersen</a><BR>
  541. </font>
  542. </TD>
  543. <TD>
  544. <a href="http://www.vim.org"><img border=0 width=90 height=36
  545. src="images/written.in.vi.png"
  546. alt="This site created with the vi editor"></a>
  547. </TD>
  548. <TD>
  549. <a href="http://www.gimp.org/"><img border=0 width=90 height=36
  550. src="images/gfx_by_gimp.png" alt="Graphics by GIMP"></a>
  551. </TD>
  552. <TD>
  553. <a href="http://www.linuxtoday.com"><img width=90 height=36
  554. src="images/ltbutton2.png" alt="Linux Today"></a>
  555. </TD>
  556. <TD>
  557. <p><a href="http://slashdot.org"><img width=90 height=36
  558. src="images/sdsmall.png" alt="Slashdot"></a>
  559. </TD>
  560. <TD>
  561. <a href="http://freshmeat.net"><img width=90 height=36
  562. src="images/fm.mini.png" alt="Freshmeat"></a>
  563. </TD>
  564. </TR>
  565. </TABLE>
  566. </CENTER>
  567. </BODY>
  568. </HTML>