news.html 5.4 KB

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