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: Skip make/build before Debug/Run

I am debugging a large Makefile-based C project which takes 15 seconds to run "make" even if no changes to the …

eclipse debugging makefile eclipse-cdt skip
Can I run a script in an Eclipse run configuration?

My company has traditionally used a Linux command line development environment. We use a script to manage the PATH and …

linux scripting eclipse-cdt run-configuration
Passing End of Transmission (Ctrl + D) character in Eclipse CDT console

I have a C++ application, to which i need to send an End of Transmission signal. I can do a …

c++ eclipse-cdt
How to create a user dictionary in eclipse?

When I use eclipse and see my name in the javadocs as the author, I also find the spellchecker marking …

eclipse dictionary eclipse-cdt spell-checking
OpenGL and GLUT in Eclipse on OS X

I have been trying to setup the OpenGL and GLUT libraries in Eclipse, with CDT, on OS X with not …

c++ macos opengl eclipse-cdt glut
Eclipse 3.7.0 Indigo with CDT shows many false compilation errors

I have updated my Ubuntu box to 11.10 and then Eclipse also have been updated to 3.7.0 Indigo with CDT 8.0.1 Then the …

c++ eclipse eclipse-cdt
Remotely debugging a Linux process from Windows with gdb and gdbserver: what exactly is needed on the Windows side?

I am running Eclipse CDT on Windows to develop C code that is built & tested on remote Linux systems. …

windows linux gdb eclipse-cdt gdbserver
Howto debug program that needs to run as root from gdb (Eclipse) as user (set gdb suid root?)

I need to debug a program on Linux with Eclipse (gdb). The program run as root and is quite large. …

linux eclipse gdb eclipse-cdt suid
Any way to stop Eclipse CDT build?

I'm attempting to build a project in Eclipse CDT and the build process fails early on, but then takes minutes …

eclipse eclipse-cdt
How to install MinGW 64 bit in Windows 7

I want to work in Eclipse CDT 64 bit and I have installed it in my machine. But after that I …

c++ c windows-7 eclipse-cdt mingw-w64