diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-02-17 14:39:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-02-17 14:39:48 +0000 |
commit | ccb22cddd50f90c0204b2865778697ef93cc58a2 (patch) | |
tree | 5eca3b6d1f83ad1fc692144036e7be3c340a42a6 /docs/uclibc.org/FAQ.html | |
parent | 8e60d18f5bfa24ba36f28443fef21caccfcebc02 (diff) |
Fixup bui
Diffstat (limited to 'docs/uclibc.org/FAQ.html')
-rw-r--r-- | docs/uclibc.org/FAQ.html | 29 |
1 files changed, 24 insertions, 5 deletions
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.</a> (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> |