summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index dee7206018..18d7b258aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3166,8 +3166,8 @@
3166 A suitable GDB cross-binary is required that runs on your host computer but 3166 A suitable GDB cross-binary is required that runs on your host computer but
3167 also knows about the the ABI of the remote target. 3167 also knows about the the ABI of the remote target.
3168 You can get this binary from the meta-toolchain. 3168 You can get this binary from the meta-toolchain.
3169 Here is an example where the toolchain resides in the 3169 Here is an example where the toolchain has been installed
3170 default directory <filename>/opt/poky/1.4/sysroots</filename>: 3170 in the default directory <filename>/opt/poky/1.4</filename>:
3171 <literallayout class='monospaced'> 3171 <literallayout class='monospaced'>
3172 /opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb 3172 /opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
3173 </literallayout> 3173 </literallayout>