From 9acf46c0c74008440f6dfc4d09d82934a56ecd18 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Jan 2005 07:52:50 +0000 Subject: Update docs for release --- docs/uclibc.org/FAQ.html | 37 +++++++------ docs/uclibc.org/news.html | 117 ++++++--------------------------------- docs/uclibc.org/oldnews.html | 114 ++++++++++++++++++++++++++++++++++++++ docs/uclibc.org/toolchains.html | 120 ++++++++++++++++++++++++++-------------- 4 files changed, 230 insertions(+), 158 deletions(-) (limited to 'docs/uclibc.org') diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 4f611f647..197511d27 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -227,7 +227,7 @@ How could it be smaller and not suck? You will need to have your own uClibc toolchain. A toolchain consists of GNU binutils, the gcc compiler, and uClibc, all - built to produce binaries linked with uClibc for your target system. + built to produce binaries for your target system linked with uClibc. You can build your own native uClibc toolchain using the uClibc buildroot system. @@ -314,17 +314,13 @@ How could it be smaller and not suck? without needing to compile your own toolchain or anything, you can grab a pre-compiled uClibc development system. These are currently available for - i386, - powerpc, - arm, - mips, - mipsel, and - sh4. - -

- - Each of these uClibc development systems was created using - buildroot. + arm, + armeb, + i386, + mips, + mipsel, + powerpc, and + sh4.

@@ -335,11 +331,18 @@ How could it be smaller and not suck?

- This should be pretty much everything you need to get started building your - own applications with uClibc. Once you download one of these systems, you - can then boot into it, loop mount it, dd it to a spare drive and use a tool - such as resize2fs to make it fill a partition... Whatever works best for - you. + Each of these uClibc development systems was created using + buildroot, specifically, + buildroot.tar.bz2 + along with these sources. + +

+ + These development systems should provide pretty much everything you need to get + started building your own applications with uClibc. Once you download one of + these systems, you can then boot into it, loop mount it, dd it to a spare drive + and use a tool such as resize2fs to make it fill a partition... Whatever works + best for you.

The quickest way to get started using a root_fs image (using the i386 diff --git a/docs/uclibc.org/news.html b/docs/uclibc.org/news.html index d0387081b..2f0b4ec32 100644 --- a/docs/uclibc.org/news.html +++ b/docs/uclibc.org/news.html @@ -3,122 +3,37 @@