From 557eef285f38cdc5a3d7a4c8b7d0d5182193ea2e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 17 Apr 2007 13:11:21 +0000 Subject: move uclibc.org out of actual source tree --- docs/uclibc.org/toolchains.html | 92 ----------------------------------------- 1 file changed, 92 deletions(-) delete mode 100644 docs/uclibc.org/toolchains.html (limited to 'docs/uclibc.org/toolchains.html') diff --git a/docs/uclibc.org/toolchains.html b/docs/uclibc.org/toolchains.html deleted file mode 100644 index d45098eb7..000000000 --- a/docs/uclibc.org/toolchains.html +++ /dev/null @@ -1,92 +0,0 @@ - - - -

Toolchains

-To use uClibc, you need to have a toolchain. A toolchain consists -of GNU binutils, -the gcc compiler, and uClibc, all -built to produce binaries for your target system linked with uClibc. -You can build your own native uClibc toolchain using the -uClibc buildroot system. - -

-To build your own uClibc toolchain, follow the following simple -steps: -

- - - - -

- -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 -pre-compiled uClibc development system. These are currently available for - -arm, -armeb, -i386, -mips, -mipsel, -powerpc, and -sh4. - -

- -These are bzip2 compressed ext2 filesystems containing all the development -software you need to build your own uClibc applications, including: bash, awk, -make, gcc, g++, autoconf, automake, ncurses, zlib, openssl, openssh, gdb, -strace, busybox, GNU coreutils, GNU tar, GNU grep, etc. - -

- -Each of these uClibc development systems was created using -buildroot, specifically, -buildroot-0.9.27.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 -platform as an example) is: -

-Type "exit" to end the chroot session and return to your host system. -

- - - - -- cgit v1.2.3