Starting gdbserver failed (VS2017 --> yocto)

时间秒杀一切 提交于 2019-12-11 16:36:06

问题


I am using VS2017 to compile and debug my cross platform C application on linux. With my Raspberry Pi it is working perfectly, but now I tryed it to debug it on a yocto system. Compilation works, but if I want to debug I am getting following messge: Starting gdbserver failed, this is unexpected and indicative of an incompatible or broken shell. Example command used on the shell: "echo 1; gdbserver; echo 2". We expected "1".

Visual Studio Message Box

On my remote machine gdbserver 7.10.1 is installed.

来源:https://stackoverflow.com/questions/45237924/starting-gdbserver-failed-vs2017-yocto

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!