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.

The program can't start because cygwin1.dll is missing... in Eclipse CDT

I've had Eclipse for Java on my computer for a few years, and decided to install the CDT and learn …

eclipse dll cygwin exe eclipse-cdt
How to see my Eclipse version?

How do I find out which version of Eclipse is currently installed on my system?

java eclipse eclipse-plugin eclipse-rcp eclipse-cdt
Eclipse CDT: no rule to make target all

My Eclipse CDT keeps complaining "make: *** no rule to make target all" when I am trying to compile the piece …

c++ eclipse eclipse-cdt
How to force Eclipse to ask for default workspace?

I noticed that after installing cdt, Eclipse always loads the default workspace. The workspace listed in the config.ini in …

eclipse eclipse-cdt workspace
How to compile and run C++ with MinGW using Eclipse and CDT?

I would like to do some C++ development on Windows using Eclipse and the CDT plugin. I use Eclipse Helios …

c++ eclipse configuration mingw eclipse-cdt
How to enable C++11 in Eclipse Juno/Kepler/Luna CDT?

EDIT: It turns out this really isn't specific to Eclipse Kepler. I had to use the same process for Eclipse …

eclipse eclipse-cdt eclipse-juno eclipse-kepler eclipse-luna
Using custom Makefile with Eclipse/CDT

I have a project of multiple .c and .h files and I write my own makefile. How can I configure …

c eclipse eclipse-cdt
How to configure Eclipse CDT for cmake?

How to configure Eclipse "Helios" with plugin CDT for cmake? cmake all CMake Error: The source directory "D:/javaworkspace/workspace/…

cmake eclipse-cdt
make: *** No rule to make target `all'. Stop. Eclipse error

I've just downloaded Eclipse CDT developer kit (87MB) for Windows. I've also installed MinGW, and msys. I also added this …

windows eclipse makefile eclipse-cdt
Eclipse CDT "Symbol NULL could not be resolved"

I just installed Eclipse CDT with MinGW. All the environment variables are set, includes, etc. Tried running a hello world …

c eclipse windows mingw eclipse-cdt