Deal all,
in order to connect to S32K116 board via J-Link using S32DS , it failed and report error:
"Could not determine GDB version after sending: C:\NXP\S32DS_ARM_v2.2\eclipse\../S32DS/build_tools/gcc_v6.3/gcc-6.3-arm32-eabi/bin/arm-none-eabi-gdb --version, response: "

I use
- OS:Windows10 Pro
- Debugger: J-Link Base
- IDE: S32DS 3.5
I alread read https://community.nxp.com/t5/S32-Design-Studio/Could-not-determine-GDB-version-when-i-try-to-connect...
and to remove
warning: Couldn't determine a path for the index cache directory.
as in https://github.com/Marus/cortex-debug/issues/199 by system variable 'XDG_CACHE_HOME' as 'c:\Users\[myName]\.cache', and a result:

To verify H/W, I made a sample F/W with IAR IDE and programmed via same J-Link Base and it had no problem to do.
Please let me know how to solve this issue.
Thanks