</itemizedlist></para></listitem>
<listitem><para>Once you have the installer, run it to install
the toolchain.
- You must change the permissions on the toolchain installer
- script so that it is executable.</para>
+ <note>
+ You must change the permissions on the toolchain
+ installer script so that it is executable.
+ </note></para>
<para>The following command shows how to run the installer
given a toolchain tarball for a 64-bit x86 development host
system and a 32-bit x86 target architecture.
<literallayout class='monospaced'>
$ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
</literallayout>
- <note>
- If you do not have write permissions for the directory
- into which you are installing the toolchain, the
- toolchain installer notifies you and exits.
- Be sure you have write permissions in the directory and
- run the installer again.
- </note>
- Once the tarball is expanded, the cross-toolchain is
+ The first thing the installer prompts you for is the
+ directory into which you want to install the toolchain.
+ The default directory used is
+ <filename>opt/poky/&DISTRO;</filename>.
+ If you do not have write permissions for the directory
+ into which you are installing the toolchain, the
+ toolchain installer notifies you and exits.
+ Be sure you have write permissions in the directory and
+ run the installer again.</para>
+ <para>When the script finishes, the cross-toolchain is
installed.
You will notice environment setup files for the
- cross-toolchain in the directory.</para></listitem>
+ cross-toolchain in the installation directory.
+ </para></listitem>
</orderedlist>
</para>
</section>