old-news.html 40 KB

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