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?
Environment:
OS : Ubuntu 16.04 LTS
Using S32 Design Studio for ARM
Version: 2018.R1
Build id: 180504
Solved! Go to Solution.
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).
Hi,
did you installed all required 32 bit libraries? You can check required libraries by ldd command:
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
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).