summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-05 18:45:50 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-05 18:45:50 +0000
commite79b93975e4a949e77e372083b86f1093f6de29c (patch)
tree97d8dec8a0ee9e602136e091934d9ff55cc49dd8 /docs
parentc5a41a767d3bd57fa91339b017a55a860d2a05b9 (diff)
Update FAQ a bit
Diffstat (limited to 'docs')
-rw-r--r--docs/uclibc.org/FAQ.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/uclibc.org/FAQ.html b/docs/uclibc.org/FAQ.html
index 1ce12291d..5c4698152 100644
--- a/docs/uclibc.org/FAQ.html
+++ b/docs/uclibc.org/FAQ.html
@@ -233,8 +233,24 @@ How could it be smaller and not suck?</a></h2>
<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>.
- Simply adjust the Makefile settings to match your target system,
- and then run 'make'.
+ <p>
+ To build your own uClibc toolchain, follow the following simple
+ steps:
+ <ul>
+ <li> Point your web browser <a href="/cgi-bin/cvsweb/toolchain/">
+ here is you want to build just a toolchain</a>,
+ or <a href="/cgi-bin/cvsweb/buildroot/">here if you want to build a toolchain
+ plus an initial uClibc based root filesystem</a>.
+ <li> Click on "Download tarball"
+ <li> Unpack the tarball on your Linux system somewhere
+ <li> Edit the Makefile as needed if you wish to change anything.
+ <li> run 'unset CC'. Some Linux systems (i.e. Gentoo) set 'CC'
+ in the system environment which messes up cross compiles.
+ <li> run 'make'
+ <li> go have lunch, drink a pop, call a friend, play a video game, etc till it finishes
+ downloading software and compiling things.
+ <li> You should now have a shiny new toolchain.
+ </ul>
<hr />
<p>