diff options
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 5a23ac6c78..b23bfc05e4 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -288,8 +288,10 @@ | |||
| 288 | </itemizedlist></para></listitem> | 288 | </itemizedlist></para></listitem> |
| 289 | <listitem><para>Once you have the installer, run it to install | 289 | <listitem><para>Once you have the installer, run it to install |
| 290 | the toolchain. | 290 | the toolchain. |
| 291 | You must change the permissions on the toolchain installer | 291 | <note> |
| 292 | script so that it is executable.</para> | 292 | You must change the permissions on the toolchain |
| 293 | installer script so that it is executable. | ||
| 294 | </note></para> | ||
| 293 | <para>The following command shows how to run the installer | 295 | <para>The following command shows how to run the installer |
| 294 | given a toolchain tarball for a 64-bit x86 development host | 296 | given a toolchain tarball for a 64-bit x86 development host |
| 295 | system and a 32-bit x86 target architecture. | 297 | system and a 32-bit x86 target architecture. |
| @@ -298,17 +300,20 @@ | |||
| 298 | <literallayout class='monospaced'> | 300 | <literallayout class='monospaced'> |
| 299 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 301 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
| 300 | </literallayout> | 302 | </literallayout> |
| 301 | <note> | 303 | The first thing the installer prompts you for is the |
| 302 | If you do not have write permissions for the directory | 304 | directory into which you want to install the toolchain. |
| 303 | into which you are installing the toolchain, the | 305 | The default directory used is |
| 304 | toolchain installer notifies you and exits. | 306 | <filename>opt/poky/&DISTRO;</filename>. |
| 305 | Be sure you have write permissions in the directory and | 307 | If you do not have write permissions for the directory |
| 306 | run the installer again. | 308 | into which you are installing the toolchain, the |
| 307 | </note> | 309 | toolchain installer notifies you and exits. |
| 308 | Once the tarball is expanded, the cross-toolchain is | 310 | Be sure you have write permissions in the directory and |
| 311 | run the installer again.</para> | ||
| 312 | <para>When the script finishes, the cross-toolchain is | ||
| 309 | installed. | 313 | installed. |
| 310 | You will notice environment setup files for the | 314 | You will notice environment setup files for the |
| 311 | cross-toolchain in the directory.</para></listitem> | 315 | cross-toolchain in the installation directory. |
| 316 | </para></listitem> | ||
| 312 | </orderedlist> | 317 | </orderedlist> |
| 313 | </para> | 318 | </para> |
| 314 | </section> | 319 | </section> |
