From ccb22cddd50f90c0204b2865778697ef93cc58a2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 17 Feb 2003 14:39:48 +0000 Subject: Fixup bui --- docs/uclibc.org/FAQ.html | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) (limited to 'docs/uclibc.org/FAQ.html') diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html index 11a3cef33..8467ac20f 100644 --- a/docs/uclibc.org/FAQ.html +++ b/docs/uclibc.org/FAQ.html @@ -233,11 +233,30 @@ to the uClibc home page. (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 - http://www.uclibc.org/downloads/toolchain/, or the uClibc buildroot - system from - http://www.uclibc.org/downloads/buildroot/, adjust the Makefile - settings to match your target system, and then run 'make'. + builder from + uClibc toolchain builder, + or the uClibc buildroot system from + uClibc buildroot system, + adjust the Makefile settings to match your target system, and then run 'make'. +

+ If you want to be really 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 + i386, + powerpc, + and + arm. + These are pre-built uClibc only development systems (created using + buildroot), 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.

-- cgit v1.2.3