CDT is an Eclipse component that provides an IDE for C and C++.
4
votes
0answers
2k views
Using Eclipse to remotely debug with gdbserver
Does anyone know why I can't use Eclipse CDT to remotely debug a device when I manage it on the command-line with gdb using target remote command? I do get a warning when connecting, but other than ...
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 ...
3
votes
0answers
770 views
Static library linking in eclipse
I have been trying to build my C project with a static library Gtest (gtest_main.a) framework. I have included in linker section of the IDE information about the library file and respective path but I ...
3
votes
0answers
419 views
Eclipse CDT not recognizing some GL functions, but compiles fine
I'm having a problem using Eclipse CDT, where it does not recognize some OpenGL functions.
I have the header included from
...
3
votes
0answers
2k views
OpenGL + GLEW + MinGW application linking issue
I'm getting some undefined references when building my project. Here's the build log:
**** Build of configuration Debug for project test ****
**** Internal Builder is used for build ...
3
votes
0answers
1k views
CDT 6 (eclipse galileo) snow leopard debugging issue
I upgrade to snow leopard and xcode 3.2 this week, and since that I'm having problems with CDT. I tryed this in CDT 5 (ganymede) and CDT 6 (galileo).
If I try to debug the application using launcher ...
2
votes
0answers
95 views
Running multiple Qt tests in eclipse
I am setting up tests for a big Qt (4.8.x) project and want to run qt unit tests inside Eclipse (JUNO). Therefor I installed C/C++ Unit Testing Support. I created a sub project which contains 3 test ...
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
0answers
260 views
Boost.log: No output in the console or in the output file respectively
I've downloaded and compiled successfully the boost.log sources from svn under Windows 7 using mingw-4.7.
IDE: eclipse-juno with CDT.
The compilation string for the entire boost-sources (including ...
2
votes
0answers
2k views
Eclipse CDT: Symbol 'cout', 'map', 'vector', 'size_t', etc could not be resolved
There is a lot of posts about that and I have already tried to apply solutions that have worked for others, but still not for me.
First, everything was fine with a c++ project I am working on under ...
2
votes
0answers
66 views
How to add a CEditor as a page to a MultiPageEditorPart without memory leaks?
I am trying to add a CEditor as a page to a custom MultiPageEditorPart. Something like:
@Override
protected void createPages(){
myEditor = new CEditor();
addPage(myEditor , getEditorInput());
...
...
2
votes
0answers
926 views
Eclipse c++ configuration error
Im getting the following error when i try to create a simple helloWorld C++ project in eclipse. Please note that i have MinGW, msys and my environment variables set up right. Im using Windows 7 and ...
2
votes
0answers
172 views
Is there away to compile node.js in eclipse + mingw on windows?
im new to node.js . currently i develop all my stuff ( c++/web/java ) on one IDE eclipse
i want to start to develop with node.js . from looking on the web i didn't found any strict answer
but can i ...
2
votes
0answers
154 views
Migrate VC2008 to Eclipse CDT and map iterators
Last weekend, i have tried to migrate my VC2008 project to Eclipse CDT.
I have resolved many problems but one subsists :
If i do this :
std::map<K,V>::iterator iter;
(...)
iter->first
The ...
2
votes
0answers
213 views
Any way to make Eclipse auto implement pure virtual functions?
I declare some class with pure virtual methods and make some classes derive it. Is there any way in Eclipse CDT to locate the pure virtual functions of the parent class and auto complete the ...
2
votes
0answers
727 views
Makefile-based Eclipse CDT with run/debug launch configuration depend on release/debug build configuration
I have a Makefile that based on given target (all/debug) generates executable in release/debug directories on the project folder.
I have setup the Eclipse-CDT C/C++ build behavior mechanism to ...
2
votes
0answers
183 views
Why does Eclipse-CDT sometimes not run my custom builder?
I have an Eclipse-CDT workspace with 8 projects in it. 3 of those projects use an External Tool (builder) to run a Python script that generates a header file prior to building the rest of the code. ...
2
votes
0answers
1k views
How to change active launch configuration in Eclipse CDT
Feeling rather dumb: I have a C++ project, using Eclipse CDT (Eclipse 3.6, CDT 1.3.1).
I have defined more than one launch configuration: each points to a different executable within the project. ...
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 ...
2
votes
0answers
335 views
How can the cdt7.0 content assist be configured to support handling of enums like structs?
I'm using eclipse helios cdt7.0. The content assist works regarding e.g. structs but in case of enums, the full project index (functions, all kind of enums, etc.) is proposed instead of proposing the ...
2
votes
0answers
70 views
Eclipse CDT automatically replace “.” with “->”
The Qt Creator have a neat feature I really like. When I'm typing obj.method, it would automatically replace the period (.) with an arrow (->), if obj is a pointer.
Makes sense actually. You never ...
2
votes
0answers
1k views
How to make the debugged app find shared libraries when invoked in gdb inside Eclipse CDT?
I'm trying to debug Firefox trunk inside Eclipse CDT on Linux x86_64 (Ubuntu Karmic).
I have done the following:
I have made a path mapping from / to / per DevMo in the Source pane of the ...
1
vote
0answers
26 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
74 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
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 ...
1
vote
0answers
163 views
eclipse cross gcc toolchain wrapper plugin
I currently have Eclipse CDT working with a managed Cross GCC toolchain just fine. The only down side is any time I create a new project, I need to manually add all the special gcc flags for my cross ...
1
vote
0answers
134 views
Create Qt UI forms as a shared library in Qt Creator and using them in Eclipse C++ project
I am developing an application and the main IDE is Eclipse Juno(CDT) on Red Hat Enterprise Linux 6.
I have the following constraints:
Application must be developed on Eclipse (Non-GUI part)
Must ...
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 ...
1
vote
0answers
54 views
Upgrading to CDT 8.1.2 results in semantic errors on #include
I tried upgrading to CDT 8.1.2 and am getting semantic errors on things like #include <jni.h> and #include <string.h> in the syntax check pre-processor, but the program still compiles ...
1
vote
0answers
80 views
GTest with Eclipse CDT - Functions could not be resolved after adding library
I am having an issue getting the Google Test Framework to work in Eclipse CDT, running on Fedora 18.
fuse_gtest_files.py was used to create the gtest.h and gtest-all.cc files in a separate ...
1
vote
0answers
50 views
eclipse CDT: searching /usr/lib although not in lib search path
I am trying to run a bit of pcl code (from their website). I am currently, on ubuntu, using boost 1_51 (that I built) and in my Eclipse C++ Build->Settings I have
...
1
vote
0answers
159 views
Eclipse call hierarchy for CDT not fully working
The eclipse call hierarchy for CDT is not showing all function calls for some of my functions. All of my source is within the project folder. I tried adding the locations to project->properties->C/C++ ...
1
vote
0answers
73 views
Runing a expect script within eclipse shell
I made an expect e.exp script file which is called inside two nested bash scripts b1 and b12
As far as I run the b1 bash script in terminal every thing is Ok and fine so the expect can send the ...
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 ...
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 ...
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. ...
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:
...
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 ...
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 ...
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 ...
1
vote
0answers
190 views
“Files to index up-front” in Eclipse Juno CDT
As mentioned in this thread, eclipse has removed the option to index files "up-front" in Juno.
Unfortunately, this is a crucial feature in my project, and I'm looking for a workaround to add header ...
1
vote
0answers
164 views
Debugging ncurses app with gdb in Eclipse - refresh is messed up
I'm trying to debug an ncurses application in Eclipse CDT. I've managed to get the console output redirected to a real terminal using this post.
However the refresh rate on the terminal seems broken ...
1
vote
0answers
50 views
Eclipse shows syntax error when using PRId64 from inttypes.h
When I do
#include <inttypes.h>
long long value = 0;
printf("An 8 byte long integer value: %"PRId64".", value);
Eclipse shows me a syntax error in the printf line. Anybody knows how to get ...
1
vote
0answers
62 views
Are there alternatives to the 'Paths and Symbols' tabs 'Includes' and 'Symbols' in Eclipse CDT, when using Subclipse?
I have successfully been using the options in 'Paths and Symbols' to get the indexer to be able to recognize things in C standard library which comes from the compiler directory, for example stdint's ...
1
vote
0answers
176 views
Eclipse CDT - stdout, stdin and stderr gone kaput
I've been working with Eclipse-CDT Helios 7.0.1 for few months now. Recently I downloaded Juno and tried install both MinGW and CygWin using their portable web-installers.
I've slow internet ...
1
vote
0answers
98 views
“No source available” when debugging template methods in CDT
I'm using GDB to debug a program in Eclipse CDT 8.1.1. It works fine, until I try to enter a template method. I then get a "no source available for ..." message and can no longer view the code, and I ...
1
vote
0answers
54 views
How to always show the comment of the current function?
Okay,
I have this slightly annoying problem with the code assistance of Eclipse CDT.
Whenever you hover the mouse over a function, a window pops up to show you the comment of that function. That is ...
1
vote
0answers
47 views
Making it easier to resize a window/frame in Eclipse
I find it difficult to grab windows borders in Eclipse when I want to resize windows. Is there a way to increase the size of the area that can be used to grab and resize a window ?
1
vote
0answers
83 views
Eclipse CDT forgets include paths
I have project in Eclipse that I created using an existing Makefile that specifies the #include paths for gcc.
I have noticed that, when I build the project, Eclipse resolves all the include ...




