[uClibc-cvs] uClibc/docs/uclibc.org FAQ.html,1.11,1.12 old-news.html,1.8,1.9

Erik Andersen andersen at codepoet.org
Mon Feb 17 14:39:52 UTC 2003


Update of /var/cvs/uClibc/docs/uclibc.org
In directory winder:/tmp/cvs-serv11152

Modified Files:
	FAQ.html old-news.html 
Log Message:
Fixup bui


Index: FAQ.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/FAQ.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- FAQ.html	12 Feb 2003 13:10:00 -0000	1.11
+++ FAQ.html	17 Feb 2003 14:39:48 -0000	1.12
@@ -233,11 +233,30 @@
     (or whatever is appropriate for your target architecture) and your
     applications will auto-magically link against uClibc.  You can also 
     build your own native uClibc toolchain.  Just download the uClibc toolchain
-    builder from <a href="http://www.uclibc.org/downloads/toolchain/">
-    http://www.uclibc.org/downloads/toolchain/</a>, or the uClibc buildroot
-    system from <a href="http://www.uclibc.org/downloads/buildroot/">
-        http://www.uclibc.org/downloads/buildroot/</a>, adjust the Makefile 
-    settings to match your target system, and then run 'make'.
+    builder from 
+    <a href="/cgi-bin/cvsweb/toolchain/">uClibc toolchain builder</a>,
+    or the uClibc buildroot system from
+    <a href="/cgi-bin/cvsweb/buildroot/">uClibc buildroot system</a>,
+    adjust the Makefile settings to match your target system, and then run 'make'.
+    <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.uclibc.org/downloads/root_fs-i386.bz2">i386</a>,
+    <a href="http://www.uclibc.org/downloads/root_fs-powerpc.bz2">powerpc</a>,
+    and
+    <a href="http://www.uclibc.org/downloads/root_fs-arm.bz2">arm</a>.
+    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 20 MB bzip2 
+    compressed ext2 filesystems containing all the development software you 
+    need to build your own uClibc applications.  With bash, awk, make, gcc, g++,
+    autoconf, automake, ncurses, zlib, openssl, openssh, gdb, strace, busybox, 
+    GNU coreutils, GNU tar, GNU grep, etc, these should have pretty much everything
+    you need to get started building your own applications linked against
+    uClibc.  You can boot into them, loop mount them, dd them to a spare drive
+    and use resize2fs to make them fill a partition...  Whatever works best
+    for you.
 
 <p>
 <TR><TD BGCOLOR="#ccccc0" ALIGN=left>

Index: old-news.html
===================================================================
RCS file: /var/cvs/uClibc/docs/uclibc.org/old-news.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- old-news.html	12 Feb 2003 12:58:13 -0000	1.8
+++ old-news.html	17 Feb 2003 14:39:48 -0000	1.9
@@ -115,8 +115,8 @@
     <p>
 
     This toolchain should make it easy for anyone to build uClibc based 
-    applications.  <a href="http://www.uclibc.org/downloads/toolchain/">
-    Source code can be downloaded here</a>. 
+    applications.  
+    <a href="/cgi-bin/cvsweb/toolchain/"> Source code can be downloaded here</a>. 
     Be aware that much of the needed source code will actually be downloaded on
     when you compile the toolchains.  To build a toolchain, simply
     grab the source, edit the Makefile to select where you would like
@@ -192,8 +192,8 @@
     <p>
 
     This toolchain should make it easy for anyone to build uClibc based 
-    applications.  <a href="http://www.uclibc.org/downloads/toolchain/">
-    Source code can be downloaded here</a>. 
+    applications.  
+    <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>. 
     Be aware that much of the needed source code will actually be downloaded on
     demand when you compile things.  To build the toolchain, simply
     grab the source, edit the Makefile to select where you would like
@@ -260,7 +260,8 @@
     <p>
 
     These toolchains should make it easy to anyone to build uClibc based 
-    applications.  <a href="downloads/toolchain/">Source code can be downloaded here</a>. 
+    applications. 
+    <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>. 
     Be aware that much of the needed source code will actually be downloaded on
     demand when you compile things.  To build the toolchain, simply
     grab the source, edit the Makefile to select where you would like
@@ -295,8 +296,9 @@
     CodePoet Consulting has released source code and a Makefile to build a
     gcc-3.1 toolchain that natively targets uClibc.  Additionally, the
     gcc-3.0.4 and gcc-2.95 toolchains have also been updated.  These toolchains
-    make it easy to build uClibc based applications.  Source code can be
-    downloaded <a href="downloads/toolchain/">here</a> and is now much smaller,
+    make it easy to build uClibc based applications.  
+    <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>. 
+    and is now much smaller,
     since much of the needed binutils and gcc source code is now downloaded on
     demand.  To build the toolchain, simply grab the source, edit the Makefile
     to select where you would like the toolchain installed, and then run 'make'
@@ -331,9 +333,8 @@
     libstdc++ library.  A gcc-2.95.x toolchain will also be released 
     shortly, but is not yet ready.  At this time, only source code and
     a Makefile for the native uClibc toolchain is being released (i.e.
-    no binaries, sorry).  Source code can be downloaded 
-    <a href="downloads/toolchain/">here</a>,
-    but be aware that the source code is 27 MB.
+    no binaries, sorry). 
+    <a href="/cgi-bin/cvsweb/toolchain/">Source code can be downloaded here</a>. 
     <p>
     To build the toolchain, simply grab the source, edit the Makefile
     to select where you would like the toolchain installed.  Then
@@ -460,8 +461,8 @@
 
 	Those wanting an easy way to test out uClibc and give it
 	a test drive can download and compile 
-	<a href="http://www.uclibc.org/downloads/buildroot.tar.gz">buildroot.tar.gz</a>.   This
-	is a nifty buildsystem that will automagically download and build
+	<a href="/cgi-bin/cvsweb/buildroot/">buildroot</a>. 
+	This is a nifty buildsystem that will automagically download and build
 	a <a href="http://user-mode-linux.sourceforge.net/">User-Mode Linux</a>
 	kernel, and will then download source for and compile up a fully
 	working uClibc based root filesystem.  This should make it easy for




More information about the uClibc-cvs mailing list