Trying to create cross compile project for Raspberry Pi with Visual Studio and Visual GDB. During project creation process Visual GDB reported GDB server failure and has provided error:
Expected return code: 108. Actual return code: 255.
Run "/tmp/VisualGDB_ToolchainTestProgram_Deployed T" in directory "" on local computer
--------------------------
/lib/ld-linux-armhf.so.3: No such file or directory
--------------------------
Command exited with code 255
How to solve this problem?