V
V
Vyacheslav Mezentsev2016-08-11 15:00:20
PowerShell
Vyacheslav Mezentsev, 2016-08-11 15:00:20

How to output compilation result from Linux VM to Windows?

I'm doing a cross-compilation on a Linux virtual machine. I'm used to writing code in VS20xx.
I want a script to be executed during assembly, which would:
- connect to a virtual machine;
- entered login and password;
- performed assembly (make);
- the result passed through the stream filter (sed);
- returned all output to VS20xx.
This is necessary so as not to constantly switch to the virtual machine and to catch errors in VS itself. I would have dealt with everything else if I had been told how to connect and get all the output back.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hoarywolf, 2016-08-11
@ViacheslavMezentsev

Find a normal ssh client that, like its *nix counterpart, can authorize using rsa keys instead of a login-password and execute commands. It seems that putty can do it all, but I can’t check it, look for "putty remote command execution"
Alternatively, you can rsh if everything is inside the local grid and security is not important

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question