Browse Source

Fixup bui

Eric Andersen 22 years ago
parent
commit
ccb22cddd5
2 changed files with 37 additions and 17 deletions
  1. 24 5
      docs/uclibc.org/FAQ.html
  2. 13 12
      docs/uclibc.org/old-news.html

+ 24 - 5
docs/uclibc.org/FAQ.html

@@ -233,11 +233,30 @@ to the uClibc home page.</a>
     (or whatever is appropriate for your target architecture) and your
     (or whatever is appropriate for your target architecture) and your
     applications will auto-magically link against uClibc.  You can also 
     applications will auto-magically link against uClibc.  You can also 
     build your own native uClibc toolchain.  Just download the uClibc toolchain
     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>
 <p>
 <TR><TD BGCOLOR="#ccccc0" ALIGN=left>
 <TR><TD BGCOLOR="#ccccc0" ALIGN=left>

+ 13 - 12
docs/uclibc.org/old-news.html

@@ -115,8 +115,8 @@
     <p>
     <p>
 
 
     This toolchain should make it easy for anyone to build uClibc based 
     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
     Be aware that much of the needed source code will actually be downloaded on
     when you compile the toolchains.  To build a toolchain, simply
     when you compile the toolchains.  To build a toolchain, simply
     grab the source, edit the Makefile to select where you would like
     grab the source, edit the Makefile to select where you would like
@@ -192,8 +192,8 @@
     <p>
     <p>
 
 
     This toolchain should make it easy for anyone to build uClibc based 
     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
     Be aware that much of the needed source code will actually be downloaded on
     demand when you compile things.  To build the toolchain, simply
     demand when you compile things.  To build the toolchain, simply
     grab the source, edit the Makefile to select where you would like
     grab the source, edit the Makefile to select where you would like
@@ -260,7 +260,8 @@
     <p>
     <p>
 
 
     These toolchains should make it easy to anyone to build uClibc based 
     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
     Be aware that much of the needed source code will actually be downloaded on
     demand when you compile things.  To build the toolchain, simply
     demand when you compile things.  To build the toolchain, simply
     grab the source, edit the Makefile to select where you would like
     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
     CodePoet Consulting has released source code and a Makefile to build a
     gcc-3.1 toolchain that natively targets uClibc.  Additionally, the
     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
     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
     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
     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'
     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 
     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
     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.
     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>
     <p>
     To build the toolchain, simply grab the source, edit the Makefile
     To build the toolchain, simply grab the source, edit the Makefile
     to select where you would like the toolchain installed.  Then
     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
 	Those wanting an easy way to test out uClibc and give it
 	a test drive can download and compile 
 	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>
 	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
 	kernel, and will then download source for and compile up a fully
 	working uClibc based root filesystem.  This should make it easy for
 	working uClibc based root filesystem.  This should make it easy for