gdb server unable to start

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

gdb server unable to start

跳至解决方案
2,688 次查看
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

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
2,291 次查看
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 项奖励
回复
2 回复数
2,291 次查看
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 项奖励
回复
2,292 次查看
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 项奖励
回复