S32 Design Studio remote debug over SSH

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32 Design Studio remote debug over SSH

729 Views
micheal_saleab
Contributor I

I am trying to debug the S32V234 platform on the S32 design studio, using remote c/c++ application debugging. I got the below error 

Error in final launch sequence
Failed to execute MI command:
-target-select remote (the board IP address):2345
Error message from debugger back end:
(the board IP address)::2345: The system tried to join a drive to a directory on a joined drive.
(the board IP address)::2345: The system tried to join a drive to a directory on a joined drive.

I am using windows 10;

GDB_debugger: ${S32DS_ARM64_LINUX_TOOLCHAIN_DIR}/bin/${arm64_linux_cross_prefix}gdb${arm64_linux_cross_suffix}

GDB command file: pointing to a file I created with this name include one line only "set architecture arm"

Gdbserver path: gdbserver 

Port number: 2345

Any idea what is the root cause for this error?

0 Kudos
0 Replies