Update of /cvsroot/leaf/doc/guide/devel-bering-uclibc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22943/devel-bering-uclibc
Modified Files: bucd-buildtool.xml Log Message: Added info on buildtool snapshot tarball Updated info on which gcc versions are currently not supported Index: bucd-buildtool.xml =================================================================== RCS file: /cvsroot/leaf/doc/guide/devel-bering-uclibc/bucd-buildtool.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** bucd-buildtool.xml 19 Mar 2006 16:25:34 -0000 1.13 --- bucd-buildtool.xml 22 Mar 2006 21:28:22 -0000 1.14 *************** *** 63,66 **** --- 63,83 ---- <section> <title>Installation</title> + <section> + <title>Tarball</title> + <para>Because work on Bering uClibc 3.0 has begun, and because buildtool + is currently not able to cope with building anything else than the current + development version, the Bering uClibc team has created a snapshot of the + buildtool environment for building sources for Bering uClibc 2.4. This tarball + will be updated whenever updates for Bering uClibc 2.4 are released. + </para> + <para>This tarball contains all the sources required to build sources for Bering uClibc. + If you don't want to track development on Bering uClibc but want to compile sources + or packages for Bering uClibc 2.4 instead, simply download the tarball from the + <ulink url="http://sourceforge.net/project/showfiles.php?group_id=13751&package_id=67534"> + the Sourceforge File Releases area</ulink>, extract it and skip the next section + about checking out buildtool from CVS (everything else in this guide applies to + the tarball version, unless noted otherwise). + </para> + </section> <section> *************** *** 154,157 **** --- 171,178 ---- creating packages - and I guess it is a good idea to let the user know who assembled the package).</para> + + <para>Please see section "buildenv not building with gcc 4.0" at the end + of this chapter if you're using a distribution that comes with gcc 4.x + as its default compiler.</para> </section> *************** *** 1175,1178 **** --- 1196,1210 ---- </listitem> </varlistentry> + + <varlistentry> + <term>HOSTCC</term> + + <listitem> + <para>host compiler to use to compile the first stage of the + toolchain. If your default host gcc is version 4.x, you'll need to + adjust that setting. See below for more info.</para> + </listitem> + </varlistentry> + </variablelist></para> </section> *************** *** 1326,1330 **** <para>It seems that gcc 4.0 is not capable of building gcc 3.3.3. Unfortunatly there are a number of package sources right now, that ! refuse to build with a compiler newer than 3.3.3.</para> </section> --- 1358,1362 ---- <para>It seems that gcc 4.0 is not capable of building gcc 3.3.3. Unfortunatly there are a number of package sources right now, that ! refuse to build with a compiler newer than 3.4.</para> </section> *************** *** 1333,1343 **** <para>You need to install an additional compiler, normally you should ! be able to install gcc3.3 (at least for ubuntu and debian testing, this is true). After installing, edit make/MasterInclude.mk and set HOSTCC to your newly installed compiler:</para> <programlisting>HOSTCC=gcc-3.3</programlisting> </section> </section> </section> ! </chapter> \ No newline at end of file --- 1365,1378 ---- <para>You need to install an additional compiler, normally you should ! be able to install gcc3.3 or gcc3.4 (at least for ubuntu and debian testing, this is true). After installing, edit make/MasterInclude.mk and set HOSTCC to your newly installed compiler:</para> <programlisting>HOSTCC=gcc-3.3</programlisting> + + <para>Adjust the line above to match whatever compiler actually comes with the + package you installed (it might be called gcc33 or gcc-3.4 too, for example).</para> </section> </section> </section> ! </chapter> ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits