Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 33112bb

Browse files
grgustafJimmy Huang
authored andcommitted
[build] Fix paths to symbol files for debug targets (#1814)
Signed-off-by: Geoff Gustafson <[email protected]>
1 parent d09e4b3 commit 33112bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,12 +454,12 @@ adebug:
454454
# Run gdb to connect to debug server for x86
455455
.PHONY: agdb
456456
agdb:
457-
$$ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/i586-zephyr-elfiamcu/i586-zephyr-elfiamcu-gdb $(OUT)/arduino_101/zephyr.elf -ex "target remote :3333"
457+
$$ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/i586-zephyr-elfiamcu/i586-zephyr-elfiamcu-gdb $(OUT)/arduino_101/zephyr/zephyr.elf -ex "target remote :3333"
458458

459459
# Run gdb to connect to debug server for ARC
460460
.PHONY: arcgdb
461461
arcgdb:
462-
$$ZEPHYR_SDK_INSTALL_DIR/sysroots/i686-pokysdk-linux/usr/bin/arc-poky-elf/arc-poky-elf-gdb $(OUT)/arduino_101_sss/zephyr.elf -ex "target remote :3334"
462+
$$ZEPHYR_SDK_INSTALL_DIR/sysroots/i686-pokysdk-linux/usr/bin/arc-poky-elf/arc-poky-elf-gdb $(OUT)/arduino_101_sss/zephyr/zephyr.elf -ex "target remote :3334"
463463

464464
# Linux target
465465
.PHONY: linux

0 commit comments

Comments
 (0)