Tagged Questions
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" ...
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
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) ...
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
29 views
Cannot install MiniXML libraries to eclipse in windows
I'm trying to configure the MiniXML libraries in Eclipse Juno running CDT on Windows 7.
I downloaded the current version here: http://www.minixml.org/software.php
Then I placed the folder in my ...
1
vote
1answer
54 views
Adding header files to eclipse build path for C++
I'm trying to use this: http://www.minixml.org/index.php
I'd like to get these includes to work on Eclipse for Windows.
Can anybody help me?
0
votes
0answers
39 views
CDT Juno Ubuntu “g++ not in PATH”
Of course g++ is installed and in PATH, but no matter what I do eclipse Juno on Ubuntu does not find it. Has anyone being able to solve that?
which g++ gives /usr/bin/g++
g++ is installed on my ...
1
vote
0answers
22 views
CDT-ASTRewrite creation exception
I am trying to create a plugin to manipulate C source files using CDT, I am using ASTRewrite object to modify the C files,Anyway it works correctly except for the following sample file:
#define ...
2
votes
2answers
64 views
“Open Implementation” in Eclipse CDT
From within Eclipse CDT (Juno), how can I quickly navigate to a the implementation(s) of a function/method declaration?
The ctrl-click keyboard shortcut allows me to navigate from the implementation ...
0
votes
0answers
38 views
Invoking CDT debugger Programmatically
I am facing an issue and feeling very difficult to get through it. Actually I want to achieve a feature provided by CDT programmtically. The feature is attach an external process to gdb debugger.
...
1
vote
0answers
56 views
Eclipse CDT Error on OSX
I'm getting two errors on my c++ eclipse project:
-can't link with a min executable for architecture i386
-make: * [project name] Error 1
Any ideas on how to fix this issue?
I've added the -arch ...
0
votes
0answers
24 views
Eclipse CDT: How to display build issues for ALL build configurations
I'm using the "Build Configurations" feature to generate multiple output files from the same source code, each build configuration defining a specific set of preprocessor directives.
When I do a ...
0
votes
0answers
16 views
Creating custom CDT refactorings without using internal classes
I'm trying to write a custom C++ refactoring using Eclipse Indigo and CDT 8.0.2. The CDT provides a class, CRefactoring2, which obtains the AST and provides hooks. But this class is in an internal ...
1
vote
1answer
664 views
Eclipse CDT / GDB error : Undefined maintenance set command: “python print-stack off”. Try “help maintenance set”
I am running Eclipse 3.7 , CDT 6.0 On Mac 10.6.8 (Snow Leopard)
I really really wanted to pretty print vectors !!!
I built gdb-7.5 (Configured for "x86_64-apple-darwin10.8.0". )
I buit ...
0
votes
1answer
152 views
Eclipse CDT - Error accessing memory address 0x25a: Input/output error
I'm trying to debug a Linux C++ program under Eclipse CDT. I've set two breakpoints in the source, when I launch the debug session however I see this in the console output:
Cannot insert breakpoint ...
1
vote
0answers
58 views
Disable automatic “Updating projects…” action in Eclipse CDT
I am using a quite large project in Eclipse, composed by different libraries which can be build independently thanks to dedicated "Make Target" elements.
When compiling one of this libraries, the ...
0
votes
2answers
56 views
What is the global setting for Navigator “Link with editor” in Eclipse Helios?
I'm using eclipse Helios with CDT 7. I want to set the global preference for the "Link with editor" in Navigator to true. I want to know the property name for this setting. I have searched all the ...
1
vote
0answers
53 views
Eclipse syntax analysis scope exlusion pattern not working
I'm using Eclipse's syntax analysis tool in my CDT project and getting some errors (related to known Eclipse bugs) that I would like not to see. For that I'm trying to use the tool customization ...
0
votes
0answers
53 views
Integrating default CDT editor into an eclipse plugin
Iam developing an eclipse based plugin and trying to intergrate it with eclipse. The plugin reads an xml file and displays the contents in a tree viewer. The xml file hold the informations related to ...
0
votes
1answer
24 views
Eclipse CDT omits leading dash from -D
I am compiling a .c file with a specified _D option MY_OPT. In the properties -> c++ build -> settings -> gcc c compiler -> symbols I creqated an entry and put MY_OPT in as the value.
When I ...
0
votes
1answer
88 views
Eclipse forcibly adds -k to C++ build command arguments
Whenever I edit to remove -koption from build command line of my C++ project (Project->Properties->C/C++ Build -> Build command), Eclipse adds it back upon saving properties. How to defeat this?
1
vote
0answers
73 views
Eclipse CDT + windows, is visual debugging possible?
Is visual debugging possible with Eclipse CDT under Windows platform? What compiler should I use for this? I've tryed to use MinGW, all is good with the build, but it seems like it is impossible to ...
0
votes
1answer
109 views
struct not recognized in eclipse cdt
I am trying to write a console-based calculator by eclipse cdt.But there seems to be a problem with recognize my struct Calc
There is my header file:
#ifndef __CALC_H__
#define __CALC_H__
#include ...
5
votes
2answers
286 views
How to have an ${include_guard_symbol} in Eclipse with an uppercase file path?
When defining code templates in Eclipse CDT, we can use a variable named ${include_guard_symbol} that translates to MYFILE_H.
I would like to have something more explicit: SRC_MYFOLDER_MYFILE_H.
I ...
0
votes
1answer
1k views
Eclipse Juno C++ Binary not found?
I am getting this error. Launch Failed, binary not found.
I am new to C++, so I am unsure where to start with this.. it was compiling until I added "swap".
0
votes
1answer
176 views
get the list of source files from existing eclipse project using CDT
i am working on CDT eclipse plug in development, i am trying to get the list of sources files which exist in eclipse project explorer using CDT code using following code ,which results null.
Case1:
...
0
votes
0answers
173 views
Eclipse CDT indexer not using builtin search paths
I have an Eclipse CDT project with non-managed build (external builder and custom makefile). So the C/C++ settings panels are only applying to the interactive features.
The source editor reports that ...
0
votes
0answers
202 views
CDT API to attach header files to a C project in Eclipse CDT
We made an Eclipse CDT plugin in order to create a C project layout that follow certain standard set across our organization. We maintain some sort of XML files that define the project/product ...
0
votes
3answers
255 views
Eclipse CDT: how to add support for new filetype
In Eclipse CDT, I would like to create syntax highlighting and a error parser for a custom filetype, lets say *.xy.
Those files do not contain C-Code, so i cannot use any existing parsers.
What kind ...
0
votes
0answers
73 views
CDT Custom build Option to be added in Projects Context Menu and run for Both MBS and Standard Make Projects
i am newly working on CDT in Eclipse ,where i have requirement for MBS and Standard Make c/C++ projects,will have a custom build option in Project context menu ,like "Cadvise PDB Generate" in context ...
0
votes
2answers
618 views
Link object file to my project Eclipse CDR
I'm working on a project from school, and we were given a .o and a corresponding .h file.
We need to use several functions from the .o file in our .c program.
Just placing it in the same directory ...
0
votes
0answers
45 views
Eclipse CDT not displaying output and asking for input
I'm using Eclipse Galileo latest version with CDT and I've tried running the following program:
// my first pointer
#include <iostream>
using namespace std;
int main ()
{
int firstvalue, ...
2
votes
1answer
873 views
Eclipse does not recognize types from stdint.h for ARM Windows GCC toolchain
I have Eclipse Juno for C/C++ developers installed together with GNU ARM C/C++ Development Support plug-in from http://sourceforge.net/projects/gnuarmeclipse.
In my project I am using types like ...
2
votes
2answers
753 views
Auto generate comments for functions in eclipse CDT
I am using eclipse Juno with CDT. I have written a function in a cpp file and I want to add comments for the function. Does CDT supports Auto generate comments by "typing /** then press enter"? In my ...
2
votes
3answers
2k views
Eclipse CDT Juno - Toolchain issue
I have installed cygwin and all the needed compilers like gcc, mingw ,etc. But when i try to create a c++ project, i only get GNU toolchains; no cygwin toolchain. When i try to build the Helloworld ...
0
votes
0answers
56 views
How to get rid of default headers in Eclipse CDT
When create a C/C++ project in Eclipse CDT, C or C++ headers are added automatically, like /usr/include, /usr/include/x86_64-linux-gnu, etc. Is there a way to get these default folders removed in ...
2
votes
2answers
2k views
Eclipse indexing not working
I am using CDT in Eclipse 3.5.2 Galileo in Ubuntu.
My eclipse's indexer doesn't work at times. By that I mean when I ctrl click a function it says Could not find symbol in index. Also, F3 button ...
6
votes
1answer
5k views
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_bug.cgi?id=290631
http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg24345.html
However, I ...
0
votes
0answers
141 views
Eclipse CDT unable to differentiate between const-overloaded methods
I'm working on a (autotools) project I checked out with an existing makefile in eclipse Indigo using CDT.
I found that in one particular instance, it red-underlines the definition of a ...
0
votes
1answer
351 views
C++ Eclipse on Ubuntu 12.04 unable to resolve after upgrade
After upgrading to 12.04, my Eclipse that I had since 11.10 has been full of errors at start up. Now, it can't resolve standard stuff like fprintf, clock, and time, even though the exact same project ...
0
votes
1answer
156 views
Passing in an argument through Eclipse CDT
I'm having trouble passing in a simple string argument through the Eclipse CDT. This is my code at the moment:
/*
* ProgramOne.c
*/
#include <stdio.h>
int main(void)
{
char check = ...
0
votes
1answer
123 views
Where are things like zval defined?
I'm trying to develop a PHP extension using Eclipse and CDT, but the extension code is reported as full of syntax errors and warnings. I managed to get rid of part of them by telling CDT to look for ...
3
votes
1answer
92 views
make file project with existing code is missing optimization option in eclipse cdt
When I choose new --> make file project with existing code, in the project properties, I don't see code optimization. But if I create a new C++ project, the code optimization option appears.
What ...
2
votes
3answers
361 views
Possible to get Eclipse CDT to force build of a CMake generated project, disregarding freshness of resources?
I've found myself in an odd pattern using Eclipse. I have a project which depends on resources which are not properly accounted for in the eclipse project such that if I update only a header in the ...
6
votes
2answers
1k views
Eclipse CDT not building project on header file change
I have Eclipse Platform 3.7.2 and CDT 8.0.2.
When I want to do 'Build All' headers from other workspace projects are not counted as dependencies, and nothing is rebuilt.
I have a hello world ...
4
votes
1answer
2k views
Eclipse 3.7.0 Indigo CDT, symbol vector could not be resolved
This might very well be similar if not the same to question that has already been asked. I am running eclipse CDT on ubuntu machine. I get false compilation error saying 'vector' symbol could not be ...
0
votes
1answer
630 views
GDB with Eclipse CDT
When I try to run my C++ hello world program in Eclipse, I get the error "Error while launching command: gdb --version".
SO won't let me upload the following screenshot: Screenshot 1
I'm running ...
2
votes
1answer
642 views
Force Eclipse CDT to parse #included files for highlighting
When parsing C sources, Eclipse seems to ignore #includes with respect to defined macros. This is bad when it comes to highlighting and also sometimes auto completion. As an example, assume the ...
0
votes
1answer
121 views
How to insert custom IDs in to eclipse template - CDT
For the C++ header and source default templates, the ${filecomment} template inserts the ${user} variable for the Author comment. But I want to use my full name and email instead for the Author ...
0
votes
1answer
494 views
eclipse CDT 8.01 - default paths (libstdc,libstdc++) totally disappeared in 'includes' directory
I tried to remove all the files and temporal files in ~/.eclipse and re-install eclipse+cdt. But those default paths did not appear again.
I went to the 'c/c++ general'->'paths and symbols' and ...


