how can eclipse cdt manage and build remote file with TM/RSE??
There is an example of usage of project that use Eclipse CDT from windows and source and compiler in Linux?
TNX
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Target Management has long wanted integrated RSE (Remote Systems Explorer) with CDT (C/C++ Development Tooling).
A first bug was opened in 2004 (bug 65471), and a first crude implementation was proposed in 2006 (bug 137839).
In 2009, a proposal to move the RSE “
RemoteCDTLaunch” feature into CDT was added.Right now, the official source of information for using RSE with CDT would be this Wiki page.
Extract:
Regarding the Remote build, however, things are less clear:
Hopefully, that can be used as a first illustration for what you are looking for.