old-news.html 36 KB

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