using the installer to install 3ds dev package, dkp-windows/tool-dlls 1.0-1 installs to opt/devkitpro/tools/bin/
When attempting to run $DEVKITARM/bin/arm-none-eabi-gdb it fails to find several dlls which are normally included in msys64. These DLLs are part of the windows/tool-dlls but the tools/bin folder is not in PATH and so they cannot be found.
This can be worked around by adding the tools/bin folder to the PATH manually, which allows gdb to find it and run.
using the installer to install 3ds dev package,
dkp-windows/tool-dlls 1.0-1
installs toopt/devkitpro/tools/bin/
When attempting to run$DEVKITARM/bin/arm-none-eabi-gdb
it fails to find several dlls which are normally included in msys64. These DLLs are part of the windows/tool-dlls but the tools/bin folder is not in PATH and so they cannot be found.This can be worked around by adding the tools/bin folder to the PATH manually, which allows gdb to find it and run.