oldnews.html 45 KB

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