Problem entering debugging mode, gdb server was unable to start.

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

Problem entering debugging mode, gdb server was unable to start.

1,118 Views
froike
Contributor I

Hi,
When I try enter debugging mode in "S32 Design Studio 2018" (Linux 64, Ubuntu 16.04.3) an error popup tells me that:

Error in services launch sequence
There appears to be an issue with your network settings.
The gdb server was unable to start a required server component.Please contact technical support.

Screenshot from 2018-04-26 18-12-28.png

Anyone know the case or can help me?
Thanks,
Roi.

  • Add to Phrasebook
    • No wordlists for English -> Hebrew...
    • Create a new wordlist...
  • Copy
  • Add to Phrasebook
    • No wordlists for English -> Hebrew...
    • Create a new wordlist...
  • Copy
  • Add to Phrasebook
    • No wordlists for English -> Hebrew...
    • Create a new wordlist...
  • Copy
0 Kudos
3 Replies

837 Views
jiri_kral
NXP Employee
NXP Employee

Hi Roi, 

there is probably missing ncurses5 32 bit library on your machine. Please check with ldd command if all libraries for gdb are present:

ldd [YOUR_S32DS_INSTALL_PATH]/Cross_Tools/gcc-arm-none-eabi-4_9/bin/arm-none-eabi-gdb

pastedImage_1.png

Jiri

0 Kudos

837 Views
froike
Contributor I

I have all this libraries:

ldd ~/.NXP/S32DS_ARM_v2018.R1/Cross_Tools/gcc-arm-none-eabi-4_9/bin/arm-none-eabi-gdb
    linux-gate.so.1 =>  (0xf7fcb000)
    libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7f9d000)
    libncurses.so.5 => /lib/i386-linux-gnu/libncurses.so.5 (0xf7f77000)
    libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7f22000)
    libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7d6c000)
    /lib/ld-linux.so.2 (0xf7fcd000)
    libtinfo.so.5 => /lib/i386-linux-gnu/libtinfo.so.5 (0xf7d48000)

But problem still there

0 Kudos

837 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

So, are you able run standalone gdb server from console? 

pastedImage_1.png

Can you please share console debug session output? 

Jiri

0 Kudos