eclipse-cdt Questions

3

Whenever I exclude a .h file from the build and then re-include it later, the icon for the .h file in the Project Explorer will have a push-pin adornment. I looked on the CDT User Guide but it's no...
Antifouling asked 6/3, 2011 at 8:3

3

I'm trying to build a project that uses an external library (Casablanca) using Eclipse CDT 8.8.1. on Mac OS. As expected, the first build run returned "cpprest/http_client.h file not found" errors....
Stebbins asked 21/6, 2016 at 4:20

4

I installed glew, glfw and glm in eclipse cdt(c++) with the gcc/mingw, all statically. All works fine, but I don't like the warning in the output console of eclipse: Warning: corrupt .drectve at...
Wiggins asked 6/8, 2014 at 13:34

4

Solved

I'm trying to debug some fork() mechanism with eclipse cdt (Juno). I wrote the program in C. if( -1 == (pid = fork()) ) /* error */ goto cleanup; else if ( 0 == pid ) /* child */ { execlp("gc...
Toon asked 17/3, 2013 at 22:43

5

Solved

I'm writing a document of programming guidelines for my developers team. I use MS Word. We work with Eclipse CDT (C++). I need to copy-paste C++ code with syntax highlighting from Eclipse to Word. ...
Stolzer asked 5/12, 2011 at 13:49

4

Solved

I'm having trouble setting up my Eclipse C++ project. I need to link in source from different directories here and there and in my environment the source I need actually moves sometimes (for exampl...
Heterograft asked 17/4, 2014 at 13:10

2

I'm writing a C++ application using ncurses in Eclipse CDT however I can't run/debug my app in eclipse because the console in eclipse does not work with curses. My app runs fine if I run it from a ...
Hillary asked 14/10, 2010 at 23:8

4

Solved

I have checked out a cross-compilation project from SVN on Eclipse (on a Linux system). I am unable to open a functions declaration from the functions's right-click context menu (or by pressing F3)...
Basting asked 3/3, 2014 at 15:4

15

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 ...
Bloodletting asked 6/7, 2012 at 6:33

4

Solved

I ran into a problem with the Eclipse formatter. It won't format my code correctly when declaring methods within a class declaration. It puts a new line after the method's return type. I already e...
Headfirst asked 15/12, 2012 at 16:22

3

Solved

Because of me not being used to Eclipse I have projects whose subfolders are mixed "source" and "normal" folders. This is not much of a problem since those are Makefile projects but it bothers me t...
Morris asked 22/3, 2012 at 1:9

8

Solved

I've got a project with a shared library (loaded dynamically), and I'm attempting to debug it. I get the following error message: No source file named /home/username/Code/path/to/project/MyFile.cp...
Stitch asked 19/10, 2012 at 0:28

5

Solved

I've recently installed Eclipse Kepler CDT on a Win7 64 machine. It runs fine (well, sort of), but - it keeps crunching, with the status bar saying Updating RPM packages proposal list Why is ...
Ashliashlie asked 28/7, 2013 at 10:7

13

I just switched from geany to eclipse and I have a little problem How can I change that highlight color which is VERY annoying As you can see, whenever I highlight anything and click somewhere ...
Accept asked 29/3, 2015 at 0:17

2

So I've just started off with Google's OpenFST toolkit and I'm trying out their examples. Using C++ on Eclipse Mars and upon build I get the following error: fatal error: 'type_traits' file not fo...
Darwindarwinian asked 5/1, 2017 at 6:9

4

I'm using Eclipse CDT 2020-06 (but this has happened to me with earlier versions.) Sometimes, the Eclipse CDT gets stuck parsing some file. The percentage indicator doesn't advance; and pressing th...
Webby asked 16/8, 2020 at 21:57

5

Solved

When I use eclipse and see my name in the javadocs as the author, I also find the spellchecker marking my name as it does not understand that it is a proper name. Thus, I get the option of: Add {w...
Safford asked 23/4, 2014 at 7:0

3

I use eclipse cdt and I included some files. Unfortunalty I cannot add the include path to my eclipse project since then eclipse will always crash when it starts indexing the newly added includes. ...
Soliloquize asked 21/6, 2011 at 9:34

4

Solved

I would like to do some C++ development on Windows using Eclipse and the CDT plugin. I use Eclipse Helios SR1 and have installed the CDT plugin. I have also installed MinGW and now I wrote a simple...
Postmistress asked 20/10, 2010 at 14:26

3

Solved

When I try to debug my application using GDB from eclipse CDT, I get the following error: Can't find a source file at "../mingw/main.c" Locate the file or edit the source lookup path to include ...
Rogue asked 3/8, 2012 at 11:41

2

If I debug my C++ code using eclipse CDT, it appears that it always starts the debugging process from the main() function, even though there is no breakpoint at the beginning of the main(). Is ther...
Brickkiln asked 24/4, 2011 at 1:26

4

I'm using Eclipse CDT 4.5.2 with Eclipse Color Theme installed on Windows 7. The problem is that when I use the "Sublime Text 2" theme from Eclipse Color Theme the first item in content assist (Ctr...
Pomade asked 31/3, 2016 at 19:36

3

I try to reference a static *.a library for my c++ project in CDT. I included it in C/C++ Build -> Cross C++ Linker -> Libraries But I get the error: relocation R_X86_64_32S against symbo...
Colpitis asked 15/8, 2017 at 11:18

3

Solved

I've had Eclipse for Java on my computer for a few years, and decided to install the CDT and learn C. I installed both MinGW and Cygwin and the CDT detects and tries to use them when I make a new p...
November asked 19/7, 2011 at 18:59

2

I am trying to add FreeRtos to a project of mine using cmake and eclipse but I am getting an error. I am running debian 10 and my cmake version is 3.13.4. The files for cmake can be found at this g...
Poul asked 22/12, 2020 at 21:14

© 2022 - 2024 — McMap. All rights reserved.