开发者

How to combine a local editor with a remote compiler?

开发者 https://www.devze.com 2023-04-07 11:07 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消