Top "Eclipse-cdt" questions

CDT is an Eclipse component that provides an IDE for C and C++. Use this tag for questions which are specific to CDT.

How can I get Eclipse to index an entire C/C++ source tree that contains multiple "make projects"?

I'm having trouble getting Eclipse to index my source code. I'm using Eclipse Helios on Windows XP at the moment. …

eclipse eclipse-cdt
Clean Eclipse Index, it is out of sync with code

I'm using Eclipse with C++ code via linked resources on Linux. The code analysis index seems to be corrupted (Goto …

c++ eclipse eclipse-cdt
OS X Eclipse C++ Launch Failed - Binary Not Found

I am quite troubled as this shouldn't be causing me such a headache. I've downloaded the most recent Eclipse Indigo …

c++ eclipse macos eclipse-cdt osx-lion
Most useful shortcut in Eclipse CDT

I would like to make a cheat sheet presenting the most useful (and time saving) shortcut for Eclipse CDT (C++). …

c++ eclipse keyboard-shortcuts eclipse-cdt
Eclipse CDT Invalid Project Path

I have a C project that is built using a makefile, Eclipse constantly warns about "Invalid project path: Duplicate path …

eclipse eclipse-cdt
Eclipse indexing not working

I am using CDT in Eclipse 3.5.2 Galileo in Ubuntu. My eclipse's indexer doesn't work at times. By that I mean …

c++ eclipse eclipse-cdt
With Eclipse: How to add include paths and libraries for all your C/C++ project

Is it possible to add include paths and libraries to all C/C++ projects? In others words: How can I …

c++ c eclipse eclipse-cdt
Eclipse CDT shows semantic errors, but compilation is ok

I have installed Eclipse Indigo for C/C++ Linux developers on Ubuntu 10.04 x86. When I use common predefined macro __BASE_…

eclipse gcc eclipse-cdt
MinGW/Eclipse ld.exe does not find libraries

I am using Eclipse CDT to try to compile a project with the Ogre 3D engine. But somehow mingw is …

c++ eclipse mingw eclipse-cdt ld
Install Eclipse JDT on top of CDT

I have the eclipse CDT installed, and I would like to install Java development functionality (JDT) on top of my …

eclipse eclipse-cdt eclipse-jdt