</itemizedlist>
</para>
- <section id='the-cross-toolchain'>
- <title>The Cross-Toolchain</title>
+ <section id='the-cross-development-toolchain'>
+ <title>The Cross-Development Toolchain</title>
<para>
- The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger
- that are used to develop user-space applications for targeted hardware.
- This toolchain is created either by running the ADT Installer script, a toolchain installer
- script, or through a
- <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> that
- is based on your metadata
- configuration or extension for your targeted device.
+ The
+ <ulink url='&YOCTO_DOCS_DEV_URL;#cross-development-toolchain'>Cross-Development Toolchain</ulink>
+ consists of a cross-compiler, cross-linker, and cross-debugger
+ that are used to develop user-space applications for targeted
+ hardware.
+ This toolchain is created either by running the ADT Installer
+ script, a toolchain installer script, or through a
+ <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
+ that is based on your metadata configuration or extension for
+ your targeted device.
The cross-toolchain works with a matching target sysroot.
</para>
</section>