Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: C/C++ Plugin Download Link?

Tags:

c++

c

eclipse

ide

I'm downloaded the Java EE version of Eclipse 3.5.1. Can I now use it to edit C/C++ with the proper plugin?

I went to Help >> Install New Software but I don't know which URL to use to get the C/C++ plugin. I can't find it on the Eclipse website either.

like image 970
Nick Heiner Avatar asked Jan 28 '10 00:01

Nick Heiner


People also ask

How do I download Eclipse CDT?

Step 1: Install Eclipse C/C++ Development Tool (CDT)Launch Eclipse ⇒ Help ⇒ Install New Software ⇒ In "Work with" field, pull down the drop-down menu and select "Kepler - http://download.eclipse.org/releases/kepler" (or juno for Eclipse 4.2; or helios for Eclipse 3.7).

Does Eclipse come with compiler for C?

Eclipse CDT uses C/C++ Compiler.

What is Eclipse IDE for C C++ developers?

An IDE for Embedded C/C++ developers. It includes managed cross build plug-ins (Arm and RISC-V) and debug plug-ins (SEGGER J-Link, OpenOCD, and QEMU), plus a number of templates to create ready to run blinky projects. This package includes a new major release of the Embedded CDT plug-ins (v6.


2 Answers

Just wanted to update the thread with the Juno (Eclipse 4.2) plugin link since I had some trouble finding it.

To install it on your existing eclipse go to Help >> Install New software >> Add and add the link: http://download.eclipse.org/tools/cdt/releases/juno

If you need another version you can find it here.

Note that the update URL has changed from tracking the Eclipse name to an independent numeric version beginning with Luna:

CDT for Eclipse Luna - http://download.eclipse.org/tools/cdt/releases/8.6
CDT for Eclipse Mars - http://download.eclipse.org/tools/cdt/releases/8.8.1
CDT for Eclipse Neon - http://download.eclipse.org/tools/cdt/releases/9.0

like image 100
dolbi Avatar answered Oct 01 '22 03:10

dolbi


1-In Eclipse (Juno) , go to " Help/Install new software" .

2- Install dialog appears , in front of "Work with:" input at the top row of dialog press the "Add..." button.

3- in the "Add Repository" dialog type something as name( for example CDT) and in the "Location" input box type: " http://download.eclipse.org/tools/cdt/releases/juno " and press OK.

If your connection to internet be good, after a while you should have "CDT main features" and "CDT Optional Features" appeared in the list.

like image 41
Desphilboy Avatar answered Oct 01 '22 03:10

Desphilboy