summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-intro.xml')
-rw-r--r--documentation/adt-manual/adt-intro.xml21
1 files changed, 12 insertions, 9 deletions
diff --git a/documentation/adt-manual/adt-intro.xml b/documentation/adt-manual/adt-intro.xml
index b8c9f7979e..475f320cb9 100644
--- a/documentation/adt-manual/adt-intro.xml
+++ b/documentation/adt-manual/adt-intro.xml
@@ -48,17 +48,20 @@
48 </itemizedlist> 48 </itemizedlist>
49 </para> 49 </para>
50 50
51 <section id='the-cross-toolchain'> 51 <section id='the-cross-development-toolchain'>
52 <title>The Cross-Toolchain</title> 52 <title>The Cross-Development Toolchain</title>
53 53
54 <para> 54 <para>
55 The cross-toolchain consists of a cross-compiler, cross-linker, and cross-debugger 55 The
56 that are used to develop user-space applications for targeted hardware. 56 <ulink url='&YOCTO_DOCS_DEV_URL;#cross-development-toolchain'>Cross-Development Toolchain</ulink>
57 This toolchain is created either by running the ADT Installer script, a toolchain installer 57 consists of a cross-compiler, cross-linker, and cross-debugger
58 script, or through a 58 that are used to develop user-space applications for targeted
59 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> that 59 hardware.
60 is based on your metadata 60 This toolchain is created either by running the ADT Installer
61 configuration or extension for your targeted device. 61 script, a toolchain installer script, or through a
62 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
63 that is based on your metadata configuration or extension for
64 your targeted device.
62 The cross-toolchain works with a matching target sysroot. 65 The cross-toolchain works with a matching target sysroot.
63 </para> 66 </para>
64 </section> 67 </section>