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.

Eclipse CDT plugin problems

im trying to run a c program on my windows 7 computer using eclipse and im running into a little snag. …

c eclipse mingw eclipse-cdt msys
How to use clang/llvm with Eclipse CDT

Is it possible to use Clang/LLVM with Eclipse CDT and if so, how is it configured to actually make …

eclipse-cdt llvm clang
Eclipse Indigo CDT: Function could not be resolved

This feels silly, but its been 2 days...somewhere after upgrading from Ubuntu 10.04 to 10.11 and from Eclipse Helios to Eclipse Indigo, …

eclipse eclipse-cdt
Remove "Quick Access" entry in Eclipse Juno

How do I remove the "Quick Access" text entry from Juno's CDT toolbar? I never use it and it consumes …

eclipse eclipse-cdt
Eclipse CDT does not find either Cygwin or MinGW toolchain

I am having hard times to configure Eclipse Juno to for C/C++. I am a Windows user, so I …

eclipse cygwin mingw eclipse-cdt toolchain
Why does Eclipse CDT ignore breakpoints?

My problem is that I set some breakpoints in my code and some of them aren't working. In some places …

debugging eclipse-cdt breakpoints
Is it possible to have CDT and Java IDE together in Eclipse?

I have an Eclipse CDT environment up and running and customised just the way I like it. I'm also going …

java eclipse eclipse-cdt eclipse-jdt
Build several CDT C++ projects from commandline

What is the best solution to build several CDT C++ projects from the command line? The projects have references and …

eclipse command-line eclipse-cdt
Eclipse CDT indexer - how to solve unresolved includes

I have a workspace with multiple projects, which all compile with no problems. However, some of the projects are giving …

eclipse-cdt indexer
Eclipse "Nothing to Build for Project" Error on Build

I realize this has been asked before, on this site and others, but none have provided a satisfactory answer. I'm …

c build eclipse-cdt build-error