Skip to content

Commit 68515f1

Browse files
committed
tools: Upate gdb path.
Signed-off-by: wxyyy0117 <wxyyy2002@outlook.com>
1 parent ef4a7e6 commit 68515f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen_launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PACKAGE_DIR="$(dirname "$SCRIPT_DIR")"
2626
if [[ "$FQBN_FULL" == infineon:psoc6:* ]]; then
2727
DEVICE_TYPE="psoc6"
2828
BOARDS_TXT="${4:-$PACKAGE_DIR/boards.txt}"
29-
GDB_PATH="${5:-$HOME/.arduino15/packages/Infineon/tools/arm-none-eabi-gcc/10.3-2021.10/bin/arm-none-eabi-gdb}"
29+
GDB_PATH="${5:-$HOME/.arduino15/packages/infineon/tools/mtb-gcc-arm-none-eabi/11.3.1.67/bin/arm-none-eabi-gdb}"
3030
elif [[ "$FQBN_FULL" == arduino-git:xmc:* ]]; then
3131
DEVICE_TYPE="xmc"
3232
XMC_DIR="$(dirname "$SCRIPT_DIR")"

0 commit comments

Comments
 (0)