Tagged Questions
0
votes
2answers
32 views
Eclipse: unresolved inclusion <stdarg.h> and <stdbool.h>
As the title says ,I get warnings with those two issues ,
The code compiles and run ,but its driving me crazy all those red and yellow lines
under the code.
How can I remove them and still get the ...
0
votes
1answer
501 views
Fixing broken Eclipse Ubuntu 12.04
after updating some plugins my Eclipse Indigo stopped working properly in Ubuntu 12.04.
Now I no longer can create C++ projects or open cpp files (due to some error in org.eclipse.cdt).
I have tried ...
6
votes
1answer
1k views
How to make Eclipse CDT's Linux GCC toolchain resolve C++ standard library headers?
In Ubuntu 12.04 LTS I installed the Eclipse CDT plugin and opened the new hello world project to just test everything out. When I was creating the project, I chose the only toolchain: "Linux GCC"
...
1
vote
0answers
216 views
Is the Eclipse CDT plugin buggy or am I doing something wrong?
Most of the times it doesn't run. When I do some random things like clean project, restart eclipse etc, it does run and when I change the code and save it, it again doesn't run.
I'm using it on ...
3
votes
1answer
250 views
How to add EXTRA_CFLAGS to indigo eclipse cdt?
I used the instructions here to install eclipse and the here to create an eclipse project but I suspect the instructions were written for an older version of eclipse. Specifically, there is no Build ...
0
votes
2answers
389 views
I have Eclipse 3.5.2 on my 64-bit Ubuntu 10.10 box, but I cannot use Eclipse install new software
I have Ubuntu 10.10 64-bit. I installed Eclipse via the
sudo apt-get install eclipse eclipse-cdt
I ended up with Eclipse 3.5.2. It works like a charm. But there was no adb. So I went to ...
1
vote
2answers
777 views
Not able to install c++ eclipse indigo after completely uninstalling
I had installed Indigo eclipse successfully earlier in Ubuntu (Virtual Machine) with following commands:
sudo apt-get install eclipse
sudo apt-get install eclipse-cdt
However, it got messed up when ...
1
vote
6answers
16k views
Eclipse can't find index libraries of GCC or G++
The instalation of CDT Tools on Eclipse can't find on index libraries of GCC or G++, but the file is running. Ex:
include stdio.h (The comment doesn't accept <> and #) The are a yellow line ...
1
vote
1answer
231 views
Getting Eclipse CDT Helios to recognize i586 gcc mingw32 as a compiler, any ideas?
I installed CDT direct by extracting the tar. It detects the other compilers, but fails to recognize mingw32 as a compilation target. Any ideas? Unless you've tried a tutorial and it recognizes ...