Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

how to do C++ development with Eclipse CDT and RTC?

We are using Eclipse CDT (Luna 4.4.1) with RTC 5.0.2 for C & C++ development

All our components have .Project file  and most of the components contains c/c++ code and needed for compilation

We load each component as one "Eclipse project". With this, the C++ indexer doesn't run and cannot resolve all links
So what we do is create a dummy C /c++ project and in that folder load the workspace. With this the indexer works but unfortunately the "Team" context menu doesn't show any "RTC related" items. See attachment 
cdt
Are there any tips / best practices on how we can use RTC for C & C++ development?

0 votes



One answer

Permanent link
In order to have your project root directory under version control, as well as having your project broken up into multiple RTC components, you will need the "nested loading" feature introduces in 6.x.   In 5.0.2, the best you can do is to put all the files and directories in your project root directory under version control, but the project root directory itself cannot be under version control (unless you put your entire project into a single RTC component).

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,023

Question asked: Apr 07 '16, 10:53 a.m.

Question was seen: 2,710 times

Last updated: Apr 09 '16, 1:58 p.m.

Confirmation Cancel Confirm