Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
230 views
in Technique[技术] by (71.8m points)

eclipse C++ remote compilation using cmake

Till now we are compiling our C++ project in CentOS using cmake files. Everything is working fine, now instead of putty we are looking for an IDE which will do the job from windows.

I tried with eclipse but not getting step by step documents which will do. I tried in eclipse neon and eclipse for C++ development. All works fine for local but when I say build should happen on Centos nothing works.

  1. Using ssh remote system explorer able to view all the files.
  2. selected the folder in system explorer and "Create remote project".
  3. Able to see the project in the project explorer and all my files/folders are present and .project files also present.
  4. in the .project file apart from name rest other tags are empty.
  5. All the source folder has CMakeList.txt but how to use that in eclipse is question?
  6. When I say build on eclipse it should build the src code on Centos.
  7. Not sure which version of eclipse and additional tools needs to be installed. If anyone have done already do let me know the execution steps.

Thanks Vj

question from:https://stackoverflow.com/questions/65933503/eclipse-c-remote-compilation-using-cmake

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...