CDT is an Eclipse component that provides an IDE for C and C++.

learn more… | top users | synonyms

4
votes
2answers
1k views

Eclipse CDT: Shortcut to switch between .h and .cpp?

In Eclipse, is there a keyboard shortcut for switching the editor view from viewing a .cpp file to a corresponding .h file, and vice versa?
0
votes
2answers
35 views

Conversions between object types

What I'm trying to do: void startApp() { //create validator MedValidator* val = new MedValidator(); //create reporsitory MedicineRepository* repo= new MedRepo() ...
0
votes
0answers
6 views

Eclipse CDT - How to map some path to another path?

I check out one directory from our project to F:\project\display. However, in the project display is located under app/service/display relative to the project root. We use full path include in the ...
0
votes
0answers
20 views

Eclipse Platform

i'm working on Eclipse Platform Version: 3.7.0 with openCV i've added openCv libraries an Eclipse knows cv.h and highgui.h but the openCv functions like cvConvertScale and all are not recognizable.
0
votes
1answer
19 views

Hello world with TDD and continuous integration using Eclipse CDT + Jenkins + Maven

I am moving from Netbeans to Eclipse. I am looking for a tutorial that will show me how to use the following with Eclipse: Maven Jenkins a C testing framework like c89spec My projects are either C ...
0
votes
1answer
12 views

Does order of linker flags matter when running linking step in C++?

My original question is below, but it evolved to the following related question: is there anything wrong with putting linker flags after the objects in the linker statement? When I build in ...
5
votes
1answer
281 views

Spurious errors in Eclipse CDT: boost::iostreams

I have the following code in Eclipse CDT (Juno SR1): #include <fstream> #include <iostream> #include <boost/iostreams/filter/gzip.hpp> #include ...
0
votes
1answer
21 views

Building a multi module C project (i.e. solution) with Eclipse CDT

I am moving from Netbeans to Eclipse (on Ubuntu 12.0.4). I have a C application that consists of several sub projects which are libraries (shared and static), as well as stand alone executables. I ...
0
votes
0answers
6 views

eclipse cdt can show error (e.g. segmentation fault) but can't debug

after this how to let eclipse cdt show runtime error (e.g. segmentation fault) "Hello world" can run, but can't debug. #include <stdio.h> int main() { printf("Hello world"); return 0; } ...
2
votes
1answer
28 views

How to setup debugger in Eclipse Juno for C/C++ on windows

I installed Eclipse Juno for C/C++ Developers. I created a small sample project with a few .c and .h files and a makefile. The project seems to compile fine and creates an executable. I'm then able ...
7
votes
5answers
7k views

Eclipse CDT shows semantic errors, but compilation is ok

I have installed Eclipse Indigo for C/C++ Linux developers on Ubuntu 10.04 x86. When I use common predefined macro __BASE_FILE__ Eclipse says Symbol '__BASE_FILE__' could not be resolved, but ...
0
votes
0answers
6 views

Build directory in eclipse keeps changing back to default every time I open properties for a project

I have an external build system and everything I open the project properties it changes the build directory under C/C++ Build under the Builder Settings tab back to the default. Is there any way so it ...
5
votes
2answers
4k views

Remote C++ Development using SSH only inside Eclipse Environment

How do you integrate Remote Systems Explorer and CDT plugin inside eclipse ? What I mean is that you can use Remote Systems Explorer (RSE) plugin to work on C++ code on a remote linux box inside ...
1
vote
1answer
21 views

How to remove Eclipse project related files without deleteing the source from Eclipse

Whenever we want to create an Eclipse project with an existing source location, we will choose the existing source location(root) as the project location. Eclipse will create all the project specific ...
1
vote
1answer
14 views

How does the Eclipse CDT indexer cooperate with version control?

I use both Git and ClearCase for different projects. I always wonder how the Eclipse CDT indexer cooperates (or not!) with the underlying version control. For example, when you "git checkout" ...
8
votes
5answers
7k views

IBM Clearcase plugin installation issue with Eclipse Juno

I am trying to install IBM Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0 following instructions on IBM site on Eclipse Juno CDT. I am using Install New Software > Add with the ...
0
votes
1answer
78 views

Eclipse custom C/C++ code style profile for multiuser environment

My developers are using Eclipse Helios with CDT 7. I am writing the Eclipse plug-in for this environment. I have created the custom C/C++ code style profile with my new settings named "My Profile". ...
0
votes
0answers
35 views

What is the best way to manage Eclipse/CDT build configurations?

We are aiming to leverage software reuse in embedded ARM/Linux platforms. Some of our hardware platforms are designed for customers' specific needs. Of course the application would be customized in ...
0
votes
0answers
22 views

Serial port of Arduino hangs with Eclipse

I have installed tm +rse and the RXTX plugin for terminal communication with Eclipse and Arduino. I used juno and indigo. I have installed the latset FTDI drivers. I am using OS X. Everytime I ...
-1
votes
0answers
26 views

Arduino and eclpse do not make .hex file

I am trying to make arduino work with eclipse.I have the avr plugin, i was working until a sudden format so i know how this works. After I installed the plugins to eclipse and imported the ...
2
votes
0answers
1k views

Eclipse CDT “Path must include project and resource name”

I've been banging my head against a brick wall with this, so any help will be much appreciated :) I have created two projects with the following structure. There is one source folder under ...
39
votes
10answers
69k views

GCC C++ Linker errors: Undefined reference to 'vtable for XXX', Undefined reference to 'ClassName::ClassName()'

I'm setting up a C++ project, on Ubuntu x64, using Eclipse-CDT. I'm basically doing a hello world and linking to a commerical 3rd party library. I've included the header files, linked to their ...
3
votes
2answers
5k views

Program “gcc” not found in PATH with Eclipse CDT

I cannot seem to figure out how to use Eclipse CDT. I am on Mac OS X, and am trying to print "Hello World" in C but I get an error: Program "gcc" not found in PATH. What can I do to use C ...
0
votes
0answers
8 views

Eclipse CDT Project References

In eclipse CDT by adding ProjectA to ProjectB's Project References (Properties->Project References) causes Project A to be built every time Project B is built. It also indexes the code in Project A as ...
0
votes
0answers
11 views

Debug with step filters in eclipse CDT

When I step into functions using Eclipse CDT, I often have to step in and out of many standard library and boost library functions before I get to the code I'm interested in. I think Eclipse JDT ...
0
votes
0answers
5 views

Eclipse - Update libraries with new implemented methods in C++

I am using Eclipse CDT on Ubuntu 12.04 LTS and I just implemented a method on one of the libraries located on /usr/include/ The method is working, I can use it and it is working as it should be. But ...
1
vote
1answer
49 views

How to automate build file deletion with CMake and Eclipse CDT?

I use Eclipse CDT in combination with CMake and successfully followed the setup instructions detailed here. I use a custom make target to invoke CMake from within Eclipse ("Creating A Make Target To ...
0
votes
0answers
15 views

How to make LinuxTools valgrind memcheck to break on an error when using with eclipse?

I really like the LinuxTools memcheck tool. The ability to run valgrind from inside eclipse is a good thing. However I would really like to have it stop when it encountered an error. I.e. something ...
2
votes
1answer
42 views

Eclipse “crossGCC”

I just downloaded the Eclipse IDE for C/C++ (on Window 7) and trying to create a simple new project. In the tool chains there are "Cross GCC", "Cygwin GCC" and "Microsoft Visual C++". I never heard ...
0
votes
0answers
14 views

How to access C++ source files from exiting project on HP- Unix box from windows using Eclipse CDT?

(Which I can connect using FTP plugin from Notepad++ or Putty) I remember it doing with the help of colleague but now I'm not able to recollect it. Note here that I don't want to compile or Run the ...
0
votes
1answer
29 views

Eclipse CDT - Link individual library with space in file path

Using Eclipse CDT, I am trying to link a single library (.lib) file into my project. During compilation, as a result of the space character in the file path, the path is split around the space, ...
0
votes
0answers
8 views

Eclipse CDT “New Class” default paths for created source files

How can I configure Eclipse 4.2 to put the test file in tests/ when using the New Class wizard?
0
votes
0answers
12 views

Getting Eclipse CDT to honor C macro in included header-file

Eclipse's CDT doesn't appear to be honoring a C macro when it parses a system header file. The CDT tells me that "Field 'ip_mreq' is unresolved" in the following file: #ifndef __USE_MISC # define ...
0
votes
2answers
25 views

Eclipse C/C++ HelloWorld

After I had some problems with a c++ program in Eclipse Juno I decided to start it over and I've created a HelloWorld program.It builds but when I press the Run button nothing happens.The odd thing is ...
1
vote
1answer
3k views

Eclipse debug problem - no source available

I have problem in Eclipse c/c++ with debugging. On some, not all, functions when I put break point it shows me no sorce available for that function ( example no source available for test() ). That ...
0
votes
1answer
91 views

Tutorial needed for GNU blackfin toolchain with Eclipse

Any body knows of a good tutorial on using the GNU blackfin toolchain with eclipse on Windows? I'm trying to start with developing bare metal application on blackfin and I've installed the toolchain ...
0
votes
0answers
21 views

remote debugging in eclipse cdt from linux server using cygwin

My current configuration is that I code, compile and debug C/C++ applications on a Linux server. The problem I am facing is that many users use the same server, making it very difficult to directly ...
9
votes
1answer
3k views

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. Currently, the code is never compiled on Windows. I am able to use CDT to begin the remote ...
0
votes
1answer
916 views

bison/flex parser into eclipse

I'm having trouble figuring out how to "merge" two of my projects. -- I've got a project consisting of a bison/flex parser with its sources and its own makefile. -- I've got an eclipse project(with ...
2
votes
2answers
3k views

Color Themes for Eclipse CDT?

I know that there are many questions regarding the color themes in Eclipse. The problem is that all of them are for Java or PyDev and, of course, they don't work for C/C++. Do you have any cool ...
15
votes
6answers
22k views

Eclipse CDT: Symbol 'cout' could not be resolved

The error is as above. I have what should be all the necessary files include in the eclipse project: /usr/include/c++/4.6 /usr/include /usr/include/linux /usr/local/include etc. I tried std::cout ...
0
votes
0answers
42 views

How to generate Eclipse-CDT help book documentation from user documented code

I'm using Eclipse-CDT (Juno) v4.2.2 for my C++ development. Within Eclipse, if you goto Project->Properties->C/C++ General->Documentation you will see the following Help Books displayed as ...
2
votes
1answer
319 views

How to create call graph for c/c++ code in eclipse?

I have read on internet that cdt is basically used for generating call graphs for c/c++ code in eclipse. I have installed eclipse juna's latest version along with the MinGW and cygwin to compile and ...
1
vote
0answers
25 views

Cursor placement when calling a method with void parameters

This is a fairly straight forward question but I am unable to find an answer about this specific type of formatting. I'm looking for a way to modify where eclipse places the cursor after using its ...
1
vote
0answers
46 views

How to introduce nullptr to CDT code analyzer?

I'm getting bothering code analyzer error in Eclipse CDT. It does not work fine with C++11 features. __GXX_EXPERIMENTAL_CXX0X__ is defined and compiler flags are set. Library compiles and works fine, ...
1
vote
0answers
69 views

Yet Another Cmake Error “The C Compiler YAGARTO is not able to compile …”

Well after trying and reading for last three Days, i 'm not still able to comile and run a simple c-Project with CMAKE. i use YAGARTO-arm-none-eabi-gcc compiler/linker on windows and have already ...
1
vote
1answer
50 views

CDT: How can I analyze the AST of a c/c++ file which are not linked to some project in an Eclipse workspace

In my source code analysis Eclipse RCP project, I want to getAST to analyze the AST of some c/c++ files, which is neither a source file of a project within an eclipse workspace, nor a link resources ...
3
votes
1answer
131 views

Eclipse CDT and Source Control

Our team is having some difficulties with recurring merge conflicts in the .cproject (and .project) files Eclipse CDT uses for storing project information. I'm familiar with the post here: Which ...
2
votes
1answer
56 views

Unresolved includes in eclipse CDT where path name is not exact

I'm including a file from another project, but I have a problem because of a subtle difference in the include path. #include "foo/Foo.h" Will not find the file I'm looking for because the file is ...
0
votes
0answers
7 views

Eclipse CDT + gdbm

just to do some tests on Linux, I tried to setup a project using gdbm. I created an Eclipse CDT c project --> "makefile project" --> Linux Gcc. I'm working under Linux (Mandriva). After this, I ...

1 2 3 4 5 22