[uClibc-cvs] CVS update of uClibc/docs/uclibc.org (FAQ.html)

Erik Andersen andersen at codepoet.org
Mon Jul 5 18:45:51 UTC 2004


    Date: Monday, July 5, 2004 @ 12:45:51
  Author: andersen
    Path: /var/cvs/uClibc/docs/uclibc.org

Modified: FAQ.html (1.27 -> 1.28)

Update FAQ a bit


Index: uClibc/docs/uclibc.org/FAQ.html
diff -u uClibc/docs/uclibc.org/FAQ.html:1.27 uClibc/docs/uclibc.org/FAQ.html:1.28
--- uClibc/docs/uclibc.org/FAQ.html:1.27	Fri May 14 13:49:40 2004
+++ uClibc/docs/uclibc.org/FAQ.html	Mon Jul  5 12:45:50 2004
@@ -233,8 +233,24 @@
     <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>



More information about the uClibc-cvs mailing list