old-news.html 42 KB

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