doc: fix path to gdb in documentation
Documents were still pointing to gdb path of old SDK. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9d5a63b9c1
commit
5ec6a537a3
2 changed files with 2 additions and 4 deletions
|
@ -272,8 +272,7 @@ console, from the build directory containing the output :file:`zephyr.elf`.
|
|||
.. code-block:: console
|
||||
|
||||
$ cd <my app>
|
||||
$ $ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/arc-zephyr-elf/arc-zephyr-elf-gdb \
|
||||
zephyr.elf
|
||||
$ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf
|
||||
(gdb) target remote localhost:3333
|
||||
(gdb) load
|
||||
(gdb) b main
|
||||
|
|
|
@ -152,8 +152,7 @@ console, from the build directory containing the output :file:`zephyr.elf`.
|
|||
.. code-block:: console
|
||||
|
||||
$ cd <my app>
|
||||
$ $ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/ \
|
||||
arc-zephyr-elf/arc-zephyr-elf-gdb zephyr.elf
|
||||
$ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf
|
||||
(gdb) target remote localhost:3333
|
||||
(gdb) load
|
||||
(gdb) b main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue