问题
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