Skip to content

Commit 2c78ed6

Browse files
committed
boards/snps: Update documentation to reflect SDK path changes
All GNU toolchains have been moved underneath gnu/. Reflect this change in the documentation about how to find the SDK version of gdb. Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 55e5e97 commit 2c78ed6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

boards/snps/em_starterkit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ console, from the build directory containing the output :file:`zephyr.elf`.
256256
.. code-block:: console
257257
258258
$ cd <my app>
259-
$ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf
259+
$ $ZEPHYR_SDK_INSTALL_DIR/gnu/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf
260260
(gdb) target remote localhost:3333
261261
(gdb) load
262262
(gdb) b main

boards/snps/hsdk/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ console, from the build directory containing the output :file:`zephyr.elf`.
467467
.. code-block:: console
468468
469469
$ cd <my app>
470-
$ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/arc-zephyr-elf-gdb zephyr.elf
470+
$ $ZEPHYR_SDK_INSTALL_DIR/gnu/arc-zephyr-elf/arc-zephyr-elf-gdb zephyr.elf
471471
(gdb) target remote localhost:3333
472472
(gdb) load
473473
(gdb) b main

boards/snps/hsdk4xd/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ console, from the build directory containing the output :file:`zephyr.elf`.
463463
.. code-block:: console
464464
465465
$ cd <my app>
466-
$ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/arc-zephyr-elf-gdb zephyr.elf
466+
$ $ZEPHYR_SDK_INSTALL_DIR/gnu/arc-zephyr-elf/arc-zephyr-elf-gdb zephyr.elf
467467
(gdb) target remote localhost:3333
468468
(gdb) load
469469
(gdb) b main

boards/snps/iotdk/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ console, from the build directory containing the output :file:`zephyr.elf`.
146146
.. code-block:: console
147147
148148
$ cd <my app>
149-
$ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf
149+
$ $ZEPHYR_SDK_INSTALL_DIR/gnu/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf
150150
(gdb) target remote localhost:3333
151151
(gdb) load
152152
(gdb) b main

0 commit comments

Comments
 (0)