CDT is an Eclipse component that provides an IDE for C and C++.
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
0answers
105 views
Sqlite3.c query execution and database closing error in C, C++ project in eclipse
I am using eclipse in ubunt 12.04 in my C/C++ project and I am getting following error when trying to execute a query.
I have posted the stack as well as query to execute and syntax:
this one ...
0
votes
2answers
241 views
How to use sqlite3.c and sqlite3.h in eclipse C/C++ project
I am trying to use amalgamated version of sqlite3.c and sqlite3.h in my C/C++ project. It has code in both C and C++. I am using eclipse IDE in UBUNTU 12.04.
Now my problem is that after having ...
0
votes
2answers
501 views
Eclipse (Juno) CDT indexer: “Error while parsing…” a Makefile project
I am working on a clone of this Github project in Eclipse CDT and I haven't managed to create an error-free index of it (an example of the error log is given below for AncSplit.cpp). All the CPU ...
0
votes
1answer
174 views
using cdt eclipse and cygwin to create .so shared object on windows 7
I have Eclipse CDT installed (juno) on my windows 7 computer
I have cygwin installed (able to manually create a makefile and create a .so)
I want to use the cygwin compiler in eclipse to create a .so
...
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
56 views
how to override Include Tab in Paths and Symbols page of C/C project properties
i have one doubt in eclipse CDT plug in development for Managed Build System, how to override the IncludeTab of Paths and Symbol page of C/C++ project Properties page; so i have added following code ...
0
votes
0answers
39 views
how to override C/C Project Properties Pages in eclipse
i have one doubt in eclipse CDT plug in development for Managed Build System, how to override the IncludeTab of Paths and Symbol page of C/C++ project Properties page; so i have added following code ...
4
votes
1answer
138 views
How to fix a makefile that works in Dev C and Netbeans, but not in Eclipse?
Alright, this is for a school project where I am supposed to complete a skeleton program provided by the professor. Here is the makefile as provided to me:
db: db.o students.o courses.o enrolls.o
...
2
votes
0answers
112 views
Eclipse can't connect to Internet
I'm using Eclipse IDE for C/C++ Developers Version: Juno Service Release 1.
I'm not using a proxy.
I have disabled both antivirus and firewall.
In "Network Connections", i put "Active Provider" in ...
2
votes
2answers
59 views
How to reinstall an Eclipse plugin after its modification?
Sorry for the question but I'm at the end of my wits. I'm very far from Eclipse plugin development and Java in general.
Eclipse version - Juno.
I needed to customize DSF-GDB plugin of Eclipse-CDT. I ...
1
vote
2answers
396 views
CDT Indexer cannot find std::unordered_map
My Eclipse CDT indexer apparently cannot find std::unordered_map, although the compiler does. It shows the following "errors":
The "Includes" folder of my project looks like this:
How can I tell ...
0
votes
0answers
42 views
Debugging a the change of a reference value
I have a method call like this:
Time processing = BE_ZERO;
DoSomething(DTO& data, Time& processing)
assert(processing== BE_ZERO);
DoSomething sends data to a worker depending on the content ...
1
vote
0answers
62 views
Eclipse CDT Debugging: Show dynamic type
I am using CDT for C++ development which uses gdb for debugging purposes. The debug variables view only shows the declared type of the variables - not the actual type based on vtable information. ...
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
625 views
Can't add static library in Eclipse Juno 8.1.1 CDT C++ project
I have been trying to find a guide how to link a static library to my Eclipse CDT project but I was not able to find one. I have tried both with Visual Studio 2010 compiler and MiNGW.
I use Windows ...
0
votes
0answers
507 views
Ubuntu / Eclipse / Boost Linker
I've build boost 1.52 using the following commands from the boost source directory:
./bootstrap.sh
and
sudo bjam install
I have also added the /usr/local/lib path to:
C/C++ General > Paths ...
0
votes
1answer
66 views
Eclipse CDT specify only some folders as resource
In eclipse CDT 4.2 i want to include only few folders as resource.
eg "/root" is the place where project "myproject" is created. I want to include only these folders and exclude any others.
/root/A
...
0
votes
1answer
31 views
How do you sort elements underneath a project during Eclipse Plugin Development?
I have an Eclipse(CDT) plugin which provides two custom nodes in the root of a certain type of project in the Project Explorer.
For some reason one of the nodes shows up at the very top of the nodes ...
0
votes
0answers
126 views
Slow build time in Eclipse Juno CDT/C++
Found this Tricks to speed up Eclipse but can't find this option in Eclipse Juno (its for Indigo in the link). I am using Eigen and Boost libraries in an Xubuntu virtual machine. It always takes ...
0
votes
1answer
129 views
eclipse-cdt: how to suppress some GDB commands?
I have a remote GDB stub to which my GDB debugger connects over TCP/IP under the control of Eclipse-CDT. The debugger doesn't support set auto-solib-add command. So when I start the application ...
5
votes
1answer
1k views
Enable C++11 in Eclipse CDT (Juno) indexer [duplicate]
How do I enable support for the new C++ standard on the Eclipse CDT indexer in Juno?
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
154 views
linux eclipse: run a shell command as the pre-build command
How can I have the pre-build step in eclipse/CDT (Linux) run a simple shell command, echo specifically. I think eclipse has a screwed up value for PKG_CONFIG_PATH and want to see what Linux thinks ...
1
vote
1answer
242 views
Eclipse CDT parser support for C++11?
I'm using Eclipse 3.7.2 with CDT 8.0.2 on Linux. How can I configure the CDT to recognize c++11 syntax, specifically override? Currently the parser flags a bogus error on the line indicated. The ...
1
vote
1answer
190 views
what's the best way to checkout from TFS to eclipse using TEE?
I'm developing a QNX app (thus I'm using an old version of Eclipse-CDT C++ etc.). Up until now I've been checking out with TFS and then importing the project files to the workspace via ...
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
106 views
Eclipse C/C++ Compiler Visual Studio C++
I have just installed cdt plugin for eclipse and tried to make a new project. On the tool chain its showing Microsoft Visual C++ not MinGW.
On writing #include its showing Unresolved inclusion:
...
3
votes
0answers
144 views
Eclipse CDT macro awareness in assembler files
Currently I am using Eclipse (3.5.x and 3.7.x) with the CDT plugin for several projects that contain besides .c and .h files also .S files with x86 (or IA64) assembler code.
The problem is, that in ...
0
votes
1answer
311 views
Eclipse CDT and gdb have different opinions about where source files are
I did the following:
imported a Makefile project into Eclipse CDT.
compiled the program from the command line using the -ggdb option of g++.
run the programm from the command line
set some ...
0
votes
0answers
66 views
Eclipse CDT adding namespace to ITranslationUnit
I would like to add a namespace declaration into the header and cpp file of a class.
I have an IFile for both the header and the cpp file. To get the corresponding translation unit, I use
...
0
votes
0answers
91 views
Auto declare base class pure virtual functions in derived class using Eclipse CDT
Is there any way in Eclipse CDT to automatically declare all the (pure) virtual functions of base class in derived classes. I think my question is similar to this post on Eclipse community forum: ...
1
vote
0answers
38 views
eclispe cdt debug information
I am trying to use eclipse as C++ IDE.
In eclipse for java developers, when a runtime error occurs, the console prints out the name and stack trace of the exception.
Different from eclipse for java ...
0
votes
1answer
72 views
Cannot use mysql functions in Eclipse CDT Juno
I'm getting an error on my source file for the mysql functions Im using. I setup my inclusion path and the libraries. The error is, for example: undefined reference to _mysql_init when I call ...
2
votes
2answers
156 views
Why does Eclipse mark pseudo-errors in my source?
I have locally forked (via hg clone) a C/C++ (Eclipse CDT) project and imported it into my Eclipse workspace. My editor window for the forked project now looks like this:
Clearly, these are not ...
0
votes
1answer
82 views
Customizing eclipse CDT c++ new class template
I am using eclipse CDT Juno. Is it possible to customize C++ header and source files just after standard "New Class" dialog?
I want to change generated code a bit to include the copy constructor and ...
0
votes
0answers
18 views
Search for occurances of Enumerators that belong to particular Enumeration using C/C++ search tool inside Eclipse CDT
I wanted to search for all the occurances of Enumerators but only that belong to particular Enumeration type using C/C++ search tool in Eclipse CDT. For example:
enum sampleEnum{
a=0,
b,
c
}
I ...
1
vote
0answers
116 views
Eclipse CDT console trouble
I'm using Eclipse CDT with Cygwin. I have a basic Hello World program that compiles with Eclipse. When I launch the .exe manually, it works fine.
When I hit the debug button in Eclipse, it runs until ...
0
votes
0answers
21 views
SDL_keysym.h not resolving
I am having issues with a SDL+OpenGL+Eclipse setup in Linux (Linux Mint / Ubuntu / Debian to be specific). Among other issues, my IDE cannot find SDL_keysym.h. I have checked that all relevant ...
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
0answers
124 views
cygwin gcc 4.7+ in Eclipse CDT updating from 3.4
I've followed the steps on the Cygwin wiki for updating my version of gcc. Now I have two installations of gcc in Cygwin: 3.4 in /bin and 4.7 in /usr/local/bin. Now, in Eclipse the only way to use it ...
0
votes
0answers
176 views
eclipse cdt doesn't like class member initializers
I'm using eclipse CDT 8.1.1
The issue is that, when using C++11 class member initializers, it complains that the members are not initialized.
It's still expecting an initializer list.
class Foo {
...
0
votes
0answers
17 views
Eclipse CDT: Indexing all code paths in a preprocessor conditional
How to tell CDT to index all code irrespective of which part it lies in the #if-then-else preprocessor conditional?
0
votes
1answer
41 views
Eclpise CDT: View all macros defined in source code in a given directory
In Eclipse CDT, How can I see all the macros defined in all the source files under a given directory tree? I don't want to see any macros that are defined in include files that exist outside the ...
0
votes
0answers
174 views
Cannot build a C++ project with Eclipse CDT
I have a C++ project which uses CMake, and I want to try using Eclipse CDT with mingw (this project already compiles and run with MSVC, code::blocks, etc.)
With Eclipse CDT, I choose a target, and ...
0
votes
1answer
27 views
injecting a build tool into eclipse cdt
I would like to convert my file into .h and then run the build. How do I do that (particularly, in Xilinx SDK 12.4, which says that it is eclipse Version: 3.5.1.R35x and cdt Version: ...
0
votes
0answers
124 views
What is the most up-to-date method of using NDK with eclipse for android development
Can anyone explain how to take the new eclipse ADT bundle (which includes Eclipse, ADT, and the most recent sdk -v 17), an existing project with some JNI (NDK) code which compiles fine using the ...
3
votes
1answer
109 views
SWIG,CPP & Perl [closed]
I want to wrap C++ Code to Perl in Eclipse. Now I get Following Error:
12:49:51 **** Incremental Build of configuration Debug for project TestDLLCPP ****
Info: Internal Builder is used for build
g++ ...
1
vote
1answer
100 views
How to add text hovers for generic eclipse editor- generic text hover for all text editors
I want to display a text hover functionality in Eclipse editors without contributing a new editor. That means my hover functionality shall work on CDT editor ,JDT editor (java editor) and all other ...