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.

C: Undefined reference to floor

I am using Eclipse on Ubuntu to write/compile/run C code. I am trying to build my project. Following …

c gcc eclipse-cdt ubuntu-12.04 math.h
eclipse cdt: add include path from pkg-config

i want to add a dynamic configuration path (generated from pkg-config) to my project. (this is basically for third-party dependencies …

c++ eclipse eclipse-cdt eclipse-3.6 pkg-config
Eclipse CDT: How to clear Problems window without invoking Clean Project or Build Project?

Is there a way to clear the Problems window (and any related source code error/warning annotations) without invoking "Build …

eclipse-cdt manual
Warning: corrupt .drectve at end of def file

I installed glew, glfw and glm in eclipse cdt(c++) with the gcc/mingw, all statically. All works fine, but …

opengl eclipse-cdt glfw glew
What is the meaning of this decorated folder icon in Eclipse/CDT project explorer?

What does this special folder icon in CDT/Eclipse project explorer mean? The bluish thingy looks like a key or …

eclipse icons cvs eclipse-cdt
How can I enter commands to a gdb prompt while debugging with Eclipse CDT?

I'm using Eclipse (Helios SR1) CDT for my C++ development. Eclipse interfaces with GDB for debugging, but I can't figure …

c++ gdb eclipse-cdt
undefined reference to function in Eclipse CDT

In my main.c program I include this library: #include "coap_api.h" That is also included in Properties -&…

c embedded eclipse-cdt toolchain gnu-toolchain
Linux Eclipse CDT profiler

I am using Eclipse CDT under Linux, can anyone recommend a good profiler under that environment please. I am also …

linux eclipse profiling profiler eclipse-cdt
Eclipse-CDT: How do I configure the debugger to stop on an exception?

This might be a GDB question.. but I'd like to run my app in the debugger and have the debugger …

c++ debugging exception gdb eclipse-cdt
How to create new folder in Eclipse Helios CDT with symbolic link?

I have just upgraded my Eclipse CDT from Galileo to Helios and it seems that I can't create a new …

eclipse symlink eclipse-cdt helios