Visual GDB complains GDB server

Sysprogs forums Forums VisualGDB Visual GDB complains GDB server

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31077
    vico
    Participant

    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?

     

    err

     

    #31081
    support
    Keymaster

    Hi,

    Looks like your toolchain is not compatible with your target. Please make sure you use a toolchain that exactly matches the OS running on the target (i.e. exactly the same SD card image).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.