Eclipse CDT (C/C++ Development Tooling).

learn more… | top users | synonyms

0
votes
1answer
19 views

Error while compiling a GTK application on ubuntu 13.04 - missing headers

I am developing a GTK application using the ECLIPSE IDE. I am unable to build the application cause when I include file from gtk/gtk-2.0/gtk.h then it gives me a error that `gdk/gdk.h` no such file ...
0
votes
2answers
26 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
0answers
57 views

No Option for C Project in Eclipse after CDT installation

I have installed CDT plug-in for eclipse using "Install New Software" option but even after re-starting eclipse I do not get any option to create a new C/C++ project. I read that I need to run the ...
2
votes
2answers
131 views

How can i fix port conflicts between apache tomcat (8080) and default http (8080)?

I am using Ubuntu 12.10, and in Eclipse I've to run the PHP scripts and C/C++ codes, but when I am starting synchronization of tomcat 7 server it shows the error as, "Several ports (8005, 8080) ...
1
vote
1answer
23 views

Extending postgresql code

In postgresql source code there is a file called postgres.c precisely in /src/backend/tcop/. Inside there is a function called exec_simple_query. I want add a line that call my_function that is in ...
0
votes
1answer
171 views

How to run an executable from a mounted drive?

I have created an Eclipse Workspace on a mounted partition of my hard drive. I am able to successfully build the hello world program but when I try to execute the runnable I get the following error ...
0
votes
1answer
92 views

libxml2 package installed but cannot include, building libaiml

I am trying to build a library (libaiml). I was having problems installing the library using normal methods: ./configure ; make ; make install In the README, the author says you should use this ...
0
votes
1answer
40 views

Installing Eclipse-cdt installs jdt and bunch of others as well

I wanted to install eclipse-cdt for c++ development. But it looks like it cant be installed alone in ubuntu. Why are there separate packages if they can't be installed alone? [balakrishnan@mylap ...
0
votes
1answer
498 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 ...
1
vote
0answers
165 views

Eclipse -cdt cannot start [closed]

I am using sun's java 1.7.5 and installed through sudo apt-get install eclipse-cdt. I uninstalled/reinstalled eclipse and keep on having the same error message below I looked on the forum and tried ...
1
vote
1answer
494 views

/bin/sh: 1: arm-linux-gnueabi-gcc: not found

I'm working on eclipse indigo on Ubuntu 12.04. And I'm trying to cross compile so I downloaded gcc-4.4-arm-linux-gnueabiarm-linux-gnueabi-4.4 and I changed the C/C++ Build setting and I added includes ...
0
votes
0answers
243 views

Fail to install eclipse-cdt on ubuntu 11.10 for ARM panda board

I failed to install install eclipse-cdt on ubuntu 11.10 for ARM panda board with the command line below, sudo apt-get install eclipse-cdt Tracing the problem, I find the root cause is eclipse-rcp ...
0
votes
1answer
541 views

eclipse-CDT won't debug my c++ programs

I've installed eclipse from ubuntu repositories and I installed CDT from "install new software." But every time I try to debug a simple program, an error occurs that says 'launching q.cpp debug' ...
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 ...
1
vote
3answers
2k views

Eclipse not creating a binary file when building a simple program

I have a problem with linking and\or running a simple program in my eclipse. I'll try to first give a full description of the setup I'm using, to help identify the problem. Please notice that this is ...
3
votes
1answer
248 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
776 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 ...
5
votes
4answers
4k views

Writing a “Hello World” Device Driver for kernel 2.6 using Eclipse

Goal I am trying to write a simple device driver on Ubuntu. I want to do this using Eclipse (or a better IDE that is suitable for driver programming). Here is the code: #include ...
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 ...