Going through the steps to run and debug the simple "hello world" example that comes with the S32DS 3.4 using the SD card image binaries_auto_linux_bsp23.1_s32v234 for the SBC-S32V234; I encounter a problem when starting the debugger with the configuration for the remote debuggung using GDB:
Could not start GDB server on the remote host
The console shows this:
root@s32v234sbc:~# cd /home/root;gdbserver :2345 /home/root/hello_world_s32v234.
.elf;exit
Process /home/root/hello_world_s32v234.elf created; pid = 1180
../../../gdb-8.0.1/gdb/gdbserver/regcache.c:44: A problem internal to GDBserver has been detected.
regcache* get_thread_regcache(thread_info*, int): Assertion `proc->tdesc != NULL' failed.
logout
so the download works, but starting the gdbserver fails.
When I log in to the board and call gdbserver :2345 /home/root/hello_world_s32v234.elf manually, I get the same error
Anyone having the same problem with the bsp23.1 version of GDB?
Thank you for help!
Mark