diff options
Diffstat (limited to 'handbook/development.xml')
-rw-r--r-- | handbook/development.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/development.xml b/handbook/development.xml index 346bb85bf5..e6fb826d33 100644 --- a/handbook/development.xml +++ b/handbook/development.xml | |||
@@ -499,7 +499,7 @@ $ bitbake matchbox-desktop -c devshell | |||
499 | the gdb-cross package so for example you would run: | 499 | the gdb-cross package so for example you would run: |
500 | <programlisting>bitbake gdb-cross</programlisting> | 500 | <programlisting>bitbake gdb-cross</programlisting> |
501 | Once built, the cross gdb binary can be found at | 501 | Once built, the cross gdb binary can be found at |
502 | <programlisting>tmp/cross/bin/<target-abi>-gdb </programlisting> | 502 | <programlisting>tmp/sysroots/<host-arch</usr/bin/<target-abi>-gdb </programlisting> |
503 | </para> | 503 | </para> |
504 | 504 | ||
505 | </section> | 505 | </section> |