gdb server unable to start

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

gdb server unable to start

Jump to solution
2,235 Views
geotab
Contributor I

Hello,

I received the following error message when trying to debug hardware in S32 Design studio

"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"

I'm using a PEmicro Multilink debugger. 
Please can you tell me where there is a log file so I can read more details about the specific error? Do you have any steps I can try? Is there a way to test the gdb server outside of the IDE?

pastedImage_1.png

Environment:


OS : Ubuntu 16.04 LTS

Using S32 Design Studio for ARM

Version: 2018.R1
Build id: 180504

Labels (1)
0 Kudos
1 Solution
1,838 Views
geotab
Contributor I

Thanks for the quick response. Yes, I have all the libraries. 

My issue is resolved now. The issue is that the computer name was incorrect in my /etc/hosts file (linux).

View solution in original post

0 Kudos
2 Replies
1,838 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

did you installed all required 32 bit libraries? You can check required libraries by ldd command: 

pastedImage_1.png

The gdb server itself is located in 

:~/NXP/S32DS_ARM_v2018.R1/eclipse/plugins/com.pemicro.debug.gdbjtag.pne_3.6.0.201807261757/lin

But the error is probably caused by gdb client connection. 

Jiri

0 Kudos
1,839 Views
geotab
Contributor I

Thanks for the quick response. Yes, I have all the libraries. 

My issue is resolved now. The issue is that the computer name was incorrect in my /etc/hosts file (linux).

0 Kudos