diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1abc91431d..dee7206018 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -3166,9 +3166,10 @@ | |||
| 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: | 3169 | Here is an example where the toolchain resides in the |
| 3170 | default directory <filename>/opt/poky/1.4/sysroots</filename>: | ||
| 3170 | <literallayout class='monospaced'> | 3171 | <literallayout class='monospaced'> |
| 3171 | /usr/local/poky/eabi-glibc/arm/bin/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 |
| 3172 | </literallayout> | 3173 | </literallayout> |
| 3173 | where <filename>arm</filename> is the target architecture and | 3174 | where <filename>arm</filename> is the target architecture and |
| 3174 | <filename>linux-gnueabi</filename> the target ABI. | 3175 | <filename>linux-gnueabi</filename> the target ABI. |
