[uClibc-cvs] uClibc/docs/uclibc.org FAQ.html, 1.23, 1.24 news.html, 1.4, 1.5

Erik Andersen andersen at uclibc.org
Fri Dec 19 11:45:23 UTC 2003


Update of /var/cvs/uClibc/docs/uclibc.org
In directory nail:/tmp/cvs-serv21945

Modified Files:
	FAQ.html news.html 
Log Message:
dev systems updated


Index: news.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/news.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- news.html	16 Dec 2003 07:11:11 -0000	1.4
+++ news.html	19 Dec 2003 11:45:21 -0000	1.5
@@ -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>
 

Index: FAQ.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/FAQ.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- FAQ.html	11 Dec 2003 07:54:56 -0000	1.23
+++ FAQ.html	19 Dec 2003 11:45:21 -0000	1.24
@@ -21,6 +21,7 @@
   <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 @@
     <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




More information about the uClibc-cvs mailing list