news.html 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <!--#include file="header.html" -->
  2. <ul>
  3. <li> <b>19 December 2003, dev systems updated to uClibc 0.9.24</b>
  4. <br>
  5. Current uClibc development systems have been posted for
  6. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  7. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  8. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  9. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
  10. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
  11. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
  12. The powerpc dev system mostly works, but there is still some sortof
  13. problem with the shared library loader that has not yet been resolved.
  14. Details on what these are and how to use them can be found in the
  15. <a href="/FAQ.html#dev_systems">FAQ</a>
  16. <p>
  17. <li> <b>15 December 2003, uClibc 0.9.24 Released</b>
  18. <br>
  19. CodePoet Consulting is pleased to announce the immediate availability of
  20. uClibc 0.9.24. This contains various minor updates and fixes for a few
  21. silly configuration problems. Arm users should notice a speed increase
  22. since some arm optimized string functions have been added. And several
  23. bugs have been fixed.
  24. <p>
  25. This release continues to be binary compatible with uClibc 0.9.21 to 0.9.23
  26. -- as long as you pick compatible configuration options. The next release
  27. will <b>not</b> be binary compatible. We've been saving up a few needed
  28. changes that will be going into the next release, so while you will not
  29. need to recompile all your applications and libraries just yet, keep in
  30. mind we will have a flag day soon...
  31. <p>
  32. As usual, the
  33. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  34. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  35. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.24.tar.bz2">source code for this release</a>
  36. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  37. <p>
  38. <li> <b>13 November 2003, uClibc 0.9.23 Released</b>
  39. <br>
  40. CodePoet Consulting is pleased to announce the immediate availability of
  41. uClibc 0.9.23. Of course, we are somewhat less than pleased that there
  42. were configuration problems in the previous release that made such it
  43. necessary to release .23 so quickly. Updated uClibc development systems
  44. using uClibc 0.9.23 are being built and will be posted shortly. And Erik
  45. has built Debian stable (woody) for x86 with uClibc and it runs great.
  46. <p>
  47. This release continues to be binary compatible with uClibc 0.9.21 and
  48. 0.9.22 -- as long as you pick compatible configuration options. Enabling
  49. or disabling things like soft-float, locale, wide char support, or changing
  50. cpu optimizations are all good examples of binary incompatible
  51. configuration options. If have changed any of those sorts of options (or
  52. if you are not sure!) you will need to recompile all your applications and
  53. libraries.
  54. <p>
  55. As usual, the
  56. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  57. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  58. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.23.tar.bz2">source code for this release</a>
  59. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  60. <p>
  61. <p>
  62. <li> <b>8 November 2003, uClibc 0.9.22 Released</b>
  63. <br>
  64. CodePoet Consulting is pleased to announce the immediate availability of
  65. uClibc 0.9.22. This release has been cooking for a couple of months now
  66. and is looking quite solid. We have done quite a lot of testing with this
  67. release and things are looking good. And Erik has built Debian stable
  68. (woody) for x86 with uClibc and it runs great. Expect that to be released
  69. in the next few days.
  70. <p>
  71. This release is binary compatible with uClibc 0.9.21 -- as long as you pick
  72. compatible configuration options. Enabling or disabling things like
  73. soft-float, locale, wide char support, or changing cpu optimizations are
  74. all good examples of binary incompatible configuration options. If have
  75. changed any of those sorts of options (or if you are not sure!) you will
  76. need to recompile all your applications and libraries.
  77. <p>
  78. Updated uClibc development systems using uClibc 0.9.22 will be made
  79. available within a few days. Meanwhile, we invite you to try out uClibc
  80. with the latest <a href="http://ltp.sourceforge.net/">Linux Test Project
  81. test suite</a> (you will need to apply a small <a
  82. href="http://www.uclibc.org/cgi-bin/cvsweb/buildroot/sources/ltp-testsuite.patch?rev=1.3">patch</a>.
  83. And also give the latest Perl and Python test suites a try as well.
  84. If you find any bugs in uClibc, PLEASE let us know!
  85. <p>
  86. As usual, the
  87. <a href="http://www.uclibc.org/downloads/Changelog">Changelog</a>,
  88. <a href="http://www.uclibc.org/downloads/Changelog.full">detailed changelog</a>,
  89. and <a href="http://www.uclibc.org/downloads/uClibc-0.9.22.tar.bz2">source code for this release</a>
  90. are available <a href="http://www.uclibc.org/downloads/">here</a>.
  91. <p>
  92. <p>
  93. <li> <b>30 September 2003, dev systems updated to uClibc 0.9.21+</b>
  94. <br>
  95. The uClibc development systems for
  96. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
  97. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
  98. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
  99. <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mips</a>,
  100. have been updated to uClibc 0.9.21 (plus all the CVS updates up to
  101. today). Several problems have been fixed up,
  102. gcc has been updated to version 3.3.1, binutils was updated to 2.14.90.0.6, and
  103. <em>tada</em> everything finally works for cross compiling. These were
  104. all cross compiled (which really makes things faster since the older
  105. mipsel releases used to take 2 days to build!)
  106. <p>
  107. These are ~100 MB ext2 filesystems that run natively on the specified
  108. architecture. They contains all the development software you need to build
  109. your own uClibc applications, including bash, coreutils, findutils,
  110. diffutils, patch, sed, ed, flex, bison, file, gawk, tar, grep gdb, strace,
  111. make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh perl,
  112. and more. And of course, everything is dynamically linked against uClibc.
  113. By using a uClibc only system, you can avoid all the painful
  114. cross-configuration problems that have made using uClibc somewhat painful
  115. in the past. If you want to quickly get started with testing or using
  116. uClibc you should give these images a try. You can loop mount and them
  117. you can chroot into them, you can boot into with using user-mode Linux,
  118. and you can even 'dd' them to a spare partition and use resize2fs to make
  119. them fill the drive. Whatever works for you.
  120. <p> If you would like to build your own custom uClibc system, you can
  121. use <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>, which is
  122. how these uClibc development systems were created.
  123. <p>
  124. <p> <li> <b>Old News</b>
  125. <br>
  126. <a href="/oldnews.html">Click here to read older news</a>
  127. <p>
  128. </ul>
  129. <!--#include file="footer.html" -->