OSDN Git Service

dev systems updated
authorEric Andersen <andersen@codepoet.org>
Fri, 19 Dec 2003 11:45:21 +0000 (11:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 19 Dec 2003 11:45:21 +0000 (11:45 -0000)
docs/uclibc.org/FAQ.html
docs/uclibc.org/news.html

index db0511a..6ed1d3a 100644 (file)
@@ -21,6 +21,7 @@ have additions to this FAQ document, we would love to add them,
   <li><a href="#shared"> Does uClibc support shared libraries?</a>
 
     <li><a href="#compiling">How do I compile programs with uClibc?</a>
+    <li><a href="#dev_systems">Is a pre-compiled uClibc development system available?</a>
     <li><a href="#job_control">Why do I keep getting "sh: can't access tty; job control 
            turned off" errors?  Why doesn't Control-C work within my shell?</a>
     <li><a href="#autoconf">How do I make autoconf and automake behave?</a>
@@ -230,15 +231,25 @@ How could it be smaller and not suck?</a></h2>
     <a href="/cgi-bin/cvsweb/buildroot/">uClibc buildroot system</a>.
     Simply adjust the Makefile settings to match your target system,
     and then run 'make'.
-    <p>
+
+<hr />
+<p>
+<h2><a name="dev_systems">Is a pre-compiled uClibc development system available?</a></h2>
+<p>
+
     If you want to be <em>really</em> lazy and start using uClibc right
     away without needing to compile your own toolchain or anything, you can
     grab a copy of the uClibc development systems, currently available for
     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
     <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>,
-    and
-    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>.
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
+    The powerpc dev system mostly works, but there is still some sortof
+    problem with the shared library loader that has not yet been resolved.
+
+    <p>
     These are pre-built uClibc only development systems (created using 
     <a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>), and provide a 
     really really easy way to get started.  These are about bzip2 compressed
index 5f996d6..4bc851b 100644 (file)
@@ -3,6 +3,23 @@
 
 <ul>
 
+    <li> <b>19 December 2003, dev systems updated to uClibc 0.9.24</b>
+    <br>
+
+    Current uClibc development systems have been posted for
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_i386.bz2">i386</a>,
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_powerpc.bz2">powerpc</a>,
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_arm.bz2">arm</a>,
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mips.bz2">mips</a>,
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_mipsel.bz2">mipsel</a>, and
+    <a href="http://www.kernel.org/pub/linux/libs/uclibc/root_fs_sh4.bz2">sh4</a>.
+    The powerpc dev system mostly works, but there is still some sortof
+    problem with the shared library loader that has not yet been resolved.
+    Details on what these are and how to use them can be found in the
+    <a href="/FAQ.html#dev_systems">FAQ</a>
+
+
+    <p>
     <li> <b>15 December 2003, uClibc 0.9.24 Released</b>
     <br>