-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Enhancement: Installing CDT #705
Comments
I never had to install CDT from the marketplace. Did you install the correct Eclipse IDE (i.e., Eclipse IDE for RCP and RAP Developers) and which version of it? |
And I think that's the intended behaviour. From this page there's no CDT included in Eclipse IDE for RCP and RAP Developers. For comparison it's in the actual Eclipse IDE for C/C++ |
Hi @linusboyle, that's correct. CDT is not delivered with Eclipse RCP. We only need the CDT dependencies for building Ultimate and they are specified using a PDE target-platform file. Did you activate the target-platform |
Hi @bahnwaerter, I did load platform before the build. It took some time to download packages, but somehow it did not download CDT, which is weird. |
This is indeed strange. It must be possible to connect to Maybe access to the server is not possible due to a firewall setting. This should be checked first. If problems still occur, feel free to attach log files or screenshots. |
Trying to build ultimate following the guide here. It turns out that a very important step is missing: the CDT development kit should be installed from the Eclipse Marketplace, otherwise it won't compile. It takes me a long time to figure this out.
The text was updated successfully, but these errors were encountered: