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

learn more… | top users | synonyms

0
votes
2answers
36 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
22 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
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; } ...
0
votes
1answer
13 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 ...
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 ...
0
votes
1answer
22 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 ...
1
vote
1answer
15 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" ...
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 ...
2
votes
1answer
29 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 ...
-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 ...
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
25 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 ...
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 ...
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 ...
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
31 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
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 ...
0
votes
0answers
22 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 ...
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, ...
0
votes
0answers
46 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 ...
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
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 ...
0
votes
0answers
10 views

Eclipse opens declarations in [Target] files instead of in source files

I have recently started using Eclipse for C++ programming in Linux and have encountered an annoying problem. When I from a .hpp file open a definition of a member function (by ctrl + click, or by ...
0
votes
0answers
20 views

CDT marks std::initalizer_list as error

My eclipse cdt marks function definitions and function calls that use initializer_lists as error. This happens both on linux and windows even though the path to the include is set and it seems to find ...
0
votes
0answers
10 views

Automatically Tool Chain selection while creating CDT project in Eclipse

I have a new CDT project wizard where i dont want to show toolchan selection box. I have only one toolchain supported for my project type. How can that toolchain get selected/associated with the newly ...
1
vote
0answers
73 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 ...
0
votes
1answer
13 views

Multiple c++ Eclipse Helios Projects with Source in a Single Directory

I'm working on a legacy codebase that has all the code for multiple c++ executables and static libraries in a single folder. I'm wondering if its possible to create projects in Eclipse Helios for ...
0
votes
0answers
35 views

plugin for plotting 2d 3d in eclipse C/C++

Well i want to plot data from my arduino serial port to 2d and 3d and i can not find any plugin for Eclipse to do it internal.Is there any? Also is there any other program that can do it easily ...
0
votes
1answer
25 views

Eclipse CDT: How to find all the places that a variable is modified

Is it possible in Eclipse CDT to do a search on a variable name and only show results where a variable is modified or potentially modified? For example, the variable appears on the left-hand side of ...
0
votes
1answer
29 views

variable should visible to only present function in xtext

My output file: reg1 { field a field b } reg2 { field c field d } FOREACH ( X IN reg1 ) { X . a } FOREACH ( Y IN reg2 ) { Now after this if I do ctrl+space I will expect only Y should pop-up. ...
1
vote
1answer
127 views

Eclipse Juno CDT: Incompatibility with C++11 and debugging issues

Facing variety of issues with the latest Eclipse Juno in Ubuntu 12.04, after switching from Indigo. I have set below flags in: Project -> Properties -> C/C++ Build -> Settings -> Tool Settings -> ...
0
votes
0answers
31 views

Configuring Flash Builder (Eclipse CDT) to work with MSVS compiler

I'm making a native extension for my AIR project with C++, and MinGW doesn't fit my needs; it doesn't have necessary includes, such as ShObjIdl.h. But the Visual Studio does, and when I try to use its ...
0
votes
0answers
26 views

Getting an Eclipse CDT MISession from a ILaunch

Trying to get the CDT org.eclipse.cdt.debug.mi.core.MISession from a org.eclipse.debug.core.ILaunch I am programmatically launching a CDT Remote Debug Session: ILaunch launch = ...
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
127 views

make: *** [src/Class.o] Error 1 eclipse

ok so i installed CDT for C++ development on my machine. I tried to make it work and followed these [instructions][1] to set everything up. By mistake i have gone into the Project>Properties>C++ ...
0
votes
0answers
35 views

Eclipse CDT Linking to shared Library

I have two projects in eclipse CDT on my Mac. One is a shared library the other is a C++ project that uses the shared library. I am trying to use the shared library, and have gotten it to compile but ...
0
votes
0answers
34 views

Eclipse CDT won't run code - “Compute launch button tooltip” error

I installed Eclipse CDT into my existing eclipse (using "install new software") and I can't even run the "hello world" project. it seems to compile fine, but when I run it I get an error mesesge: An ...
0
votes
1answer
50 views

Eclipse CDT: how to import external libraries?

I am new at C++ and at eclipse. I am trying to use open dynamic engine. I am using ubuntu 12.04.2 LTS. I downloaded ODE from sourceforge and compiled it using the instruction using make. At the end ...
0
votes
2answers
56 views

Auto formatting - Eclipse C++

Hi all I'm trying to stop the auto formatting in eclipse from indenting my opening and close brace after a function that has a throw() statement on the end. e.g void function(std::string param) ...
0
votes
1answer
29 views

Automatic mark occurences have stopped working

For some reason since a day or two my mark occurrences in C/C++ code has stopped working. It works when I toggle the button/shortkey (Alt+Shift+O). But once it is on it will not automatically update ...
2
votes
1answer
38 views

Eclipse CDT - hover window recursion / nested hover windows

I work at huge embedded-C projects with nested typedefs and functions that I regularly lose track of. I usually do quick checkups with the hover-window, but that doesn't work well for nested ...
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
27 views

Can we compile C/C++ code/project present on remote linux machine using Eclipse installed on our local windows system

Can we compile c/C++ code/project present on remote linux machine using Eclipse installed on our local windows system. I am using eclipse on local Windows machine, want to compile the code present on ...
0
votes
0answers
21 views

Integrate gcov with nEclipse

I used to integrate gcov with Eclipse CDT (Juno). It was an item in profile configuration called "Profile with gcov". as far as I remember, I got that by installing Linux tools for eclipse. Now ...
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 ...

1 2 3 4 5 22