How to combine a local editor with a remote compiler?
I am used to the local IDE interface which integrates the code editor and compiler. However, I want to test if the code compiles well with the remote compiler on Unix server. I am tired of copying my source file to the server, and working in the command window (SSH shell). What I expect is to do some configuration in the programming software (Xcode, Eclipse,开发者_StackOverflow社区 Visual Studio), specify compiling with the compiler located at remote server. Is there a way to change the local default compiler with a remote compiler (remote GNU compiler, gcc/g++)?
Oracle Studio allows one to do exactly that. With remote Linux or Solaris.
精彩评论