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.

warning message RTTI symbol not found when using boost::iostreams

I use Boost::iostreams to write simultaneously to my console and a file. When i use eclipse to debug(with …

gdb eclipse-cdt rtti debug-symbols boost-iostreams
How to get "active editor" in Eclipse plugin?

In my Eclipse plugin, I need to know when the editor that is visible on the screen has changed. I …

java eclipse eclipse-plugin eclipse-cdt eclipse-jdt
Eclipse - What is exactly a Builder?

I don't understand what is exactly a builder in CDT, and what is the relationship with the "C/C++ Build" …

eclipse-cdt builder
Is there a good "find all" function in Eclipse?

I have been using Eclipse for R and C++. So far I have not been able to find a reliable "…

eclipse eclipse-cdt statet
How to exclude files from Eclipse indexing (Static Code Analysis)?

I have a makefile project comprised of many source, header and other files, which I am trying to convert to …

eclipse eclipse-cdt static-analysis indexer ds-5
Changing Project Type from "Executable" to "Static Library" in Eclipse CDT

Is there a way in the Eclipse CDT gui to change a project type after you have created it? I …

eclipse eclipse-cdt
How to build SCons projects with Eclipse CDT?

We have a fairly large C/C++ project using scons for the building. I'd like to go at an attempt …

eclipse build eclipse-cdt scons
Remote debugging C++ applications with Eclipse CDT/RSE/RDT

I am fighting with Eclipse (in Windows) to make it connect to my Linux box and compile and debug C++ …

c++ eclipse gdb remote-debugging eclipse-cdt
Can't find the tool settings in Eclipse CDT

I am looking to add a few libraries to Eclipse CDT (latest version 8.2). However under the project -> properties …

c++ eclipse-cdt
Eclipse Juno's "Preprocessor Include Paths, Macros etc." symbol scanner for CDT

So there has been an overhaul of the scanner discovery as worked on here: https://bugs.eclipse.org/bugs/show_…

eclipse eclipse-cdt eclipse-juno