Test program appears inconsistent

Sysprogs forums Forums VisualGDB Test program appears inconsistent

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9708
    hfrmobile
    Participant

    Creating new Unix project and try to deploy to Ubuntu (virtual) machine (VM). VM is configured properly and /tmp folder is accessible. Able to open shell SmarTTY from within Visual Studio/GDB.

    Test program appears inconsistent. Expected return code: 108. Actual return code: 127

    <span style=”text-decoration: underline;”>Detailed log:</span>
    Tool arguments:
    sh: /tmp/VisualGDB_ToolchainTestProgram_Deployed: not found

     

     

    #9709
    hfrmobile
    Participant

    A closer look: connected to the wrong unix box ….

    But if I like to connect to the correct one over SSH:
    Cannot connect: No connection could be made because the target machine actively refused it <ip>:22

     

    #9716
    support
    Keymaster

    Hi,

    This means that your Linux machine is not running the OpenSSH server. If you are using a Debian-based distro, you can install it via the following command:

    sudo apt-get install openssh-server
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.