0
votes
0answers
20 views

remote debugging in eclipse cdt from linux server using cygwin

My current configuration is that I code, compile and debug C/C++ applications on a Linux server. The problem I am facing is that many users use the same server, making it very difficult to directly ...
0
votes
0answers
34 views

Eclipse CDT won't run code - “Compute launch button tooltip” error

I installed Eclipse CDT into my existing eclipse (using "install new software") and I can't even run the "hello world" project. it seems to compile fine, but when I run it I get an error mesesge: An ...
1
vote
1answer
50 views

Idiomatic Eclipse Workflow Organization?

I'm currently moving to a Ubuntu/Eclipse CDT setup from Windows/Visual Studio, and having difficulty trying to find analogues to my previous workflow. Previously, I generally organized distinct ...
1
vote
0answers
132 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 ...
0
votes
0answers
33 views

Make eclipse CDT parse auto generated file

On Linux a lot of #defines are placed in an auto generated file. As a result, eclipse does not find them. How do I make it index these files/import the contents of these files manually into the ...
1
vote
0answers
79 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 ...
0
votes
1answer
19 views

Add required libraries to build from CDT

In a project I am working on I depend on a couple of external libraries that are necessary for the program to run. On my local machine they can be found in usr/local/lib and everything works like a ...
0
votes
0answers
71 views

Importing FFTW source into Eclipse as autotools project

I'm programming in Eclipse (Juno 4.2.1) on Linux (Fedora 17 x64) with CDT (8.1.1). I want to import FFTW (3.3.3) into Eclipse so that it's an autotools project. I have the source and configure ...
0
votes
1answer
173 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
1answer
150 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
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 ...
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
2answers
549 views

Eclipse CDT - Shared library dependency issue

I have two C shared library projects in Eclipse, which are called "MyLibA" and "MyLibB": TestA.h int Test1(void); int Test2(void); TestA.c #include "TestA.h" int Test1(void) { return 1; } int ...
8
votes
1answer
4k views

Unresolved <iostream> in Eclipse, Ubuntu

Yes, it's this question again... Somehow, I cannot get this issue resolved. Believe it or not, I have experience with Eclipse but only for Java development. I have programmed in C++ using vi but ...
1
vote
2answers
161 views

eclipse installation in linux

I am trying to install the eclipse IDE for c++ developers. I have downloaded the tar.gz from the eclipse and unzip/unarchived it using tar -xzvf... but now when I double click, or run eclipse nothing ...
0
votes
2answers
538 views

Eclipse juno giving error in Suse 64bit

I have downloaded the new eclipse juno and jdk 7. But It is giving error while starting. Here is the ERROR. A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at ...
0
votes
1answer
119 views

How Can I set a C++ breakpoint programmatically in Eclipse, when a certian condition is true?

I'm working on Eclipse on Ubuntu 12.04. I have a huge project with multiple files and classes. One member variable of a class is set to wrongly to zero somewhere during run time and I don't know when ...
2
votes
1answer
371 views

Eclipse makefile build is slow… What gives?

We are avid Eclipse fans -- it is fantastic! But we have about 40 c++ projects (and growing), and building all of these projects, when all projects are up-to-date, takes about half a minute (total). ...
0
votes
1answer
244 views

Show real object hierarchy in gdb/Eclipse CDT debug watch by pointer

MSVS has a nice feature, when watching a pointer to an interface, it shows the real object. E.g. struct IIntf1 {} struct IIntf2 {} class CIntf1: public IIntf1 {} class CIntf2: public IIntf2, public ...
1
vote
1answer
218 views

how do i change my makefile for debug build?

i have the attached makefile code that build my project in linux ubuntu 10.04 using arm-linux-gcc compiler: CROSS_COMPILE = LIBDIR = ./lib LIBFCGI = $(LIBDIR)/libfcgi.a LIBOS = ...
1
vote
5answers
224 views

C char* pointers pointing to same location where they definitely shouldn't

I'm trying to write a simple C program on Ubuntu using Eclipse CDT (yes, I'm more comfortable with an IDE and I'm used to Eclipse from Java development), and I'm stuck with something weird. On one ...
0
votes
1answer
149 views

debugging with PaX+Linux+Eclipse, executing script after build to remove PaX protections

I am Linux PaX user and therefore to debug any binary I need to disable protection flags (per binary) using paxctl command. PaX gives user protection against buffer overflow attacks and such by ...
0
votes
1answer
121 views

Eclipse live error checking disabled

Few days ago I had to reinstall all my Linux system, and I also had to reinstall Eclipse CDT as I used to work with it since few weeks. Unfortunately, since then I do not have live error checking ...
2
votes
1answer
1k views

How to use #ifdef _DEBUG on Linux?

I have a problem with _DEBUG macro on Linux C++. I tried to use something like this: #ifdef _DEBUG cout << "Debug!" << endl; #endif But it doesn't work when I select Debug in IDE. ...
4
votes
1answer
2k views

C++: External library in eclipse CDT

now i am using eclipse CDT for my C/C++ Application ,but there is problem when i link my external library ,it could not be loaded properly at run time ,even through i put the library file near the ...
0
votes
1answer
303 views

International UTF-32 strings output to console in Linux

#include <stdio.h> #include <iostream> #include <locale> int main() { const wchar_t *str = L"\u041F\u043E\u0440\u044F\u0434\u043E\u043A"; ...
2
votes
3answers
609 views

Eclipse-CDT on x86_64 system cannot link to shared library

I compiled a few libraries using Eclipse-CDT on windows. However, when I tried to compile them under linux gcc keeps giving me the error /usr/bin/ld: cannot find -lrequestedLib. I'm using the exact ...
0
votes
1answer
808 views

Eclipse CDT indexer lost after system update

I am using Eclipse on Ubuntu for C++ development. After updating from Ubuntu 11.04 to Ubuntu 11.10, Eclipse indexer no longer is able to find my C/C++ system headers and annoys me filling the whole ...
1
vote
1answer
24 views

How can i set what version of a product I'm in Eclipse?

I've created, debugged, and revised a project that I've been working on, but now I want to be able to specify what version of the binary I'm on. I'm using Eclispe-CDT with MinGW to make this project ...
2
votes
1answer
832 views

Installation and maintenance of multiple versions of OpenCV (applicable to any other 3rd party library as well)

I have been trying to do build and use OpenCV 2.3.0 on my Fedora15 Lovelock 64bit machine. Background: First, on my 64bit Fedora15, OpenCV2.2.0 seems to be in the locations namely ...
2
votes
2answers
2k views

How to link static library into static library in Eclipse CDT

I have 3 projects A, B and C. A is universal and used by B and eventually C. B is a bit more special and up to now only used by C. Now as I want A and B to be reused as much as possible I thought of ...
2
votes
5answers
1k views

how to access a text file while debugging with eclipse CDT

I am writing this code to access a file in eclipse CDT ifstream inFile; ofstream outFile; string next; inFile.open("input.txt"); if (inFile.fail()) { cout << "\nCould not open input.txt"; ...
1
vote
0answers
296 views

Eclipse CDT multiuser configuration

We are trying to setup Eclipse CDT (version Helios or Indigo) for our development environment. It is a multiuser environment, with about 100+ designers using a pool of 10 linux servers. The source ...
0
votes
2answers
3k views

Why is “Build Project” greyed-out in Eclipse Helios CDT even though the makefile and source exist?

I can't build my project. I created a new CDT project in Eclipse Helios and told it to use existing source and makefile -- both, of which, appear correctly in the Package and Project views. The ...
0
votes
1answer
435 views

Eclipse debugger: “.settings does not exist” error

I am developing a C++ application in Eclipse under Ubuntu Linux 10.10. When I launch the application that I develop in debug mode then Eclipse correctly switches to the debug perspective, but it tries ...
2
votes
1answer
2k views

errors when running Eclipse from a user terminal, but not from root

I had eclipse installed (well, unpacked) under my home dir (~/eclipse) and it worked ok (well, as much as you can say it about eclipse). Today it went totally crazy, throwing "stack overflow" errors ...
0
votes
1answer
2k views

32/64 bit problems with Eclipse CDT on Ubuntu

I have just recently started running Linux on my PC and I am trying to start learning OpenGL. I am using the latest version of Eclipse CDT as my IDE, and my system is Ubuntu 10.10, 64 bit version. ...
5
votes
2answers
3k views

How to run C++ binaries on NTFS in Ubuntu 10.10?

Just installed Ubuntu 10.10. Previously I had Ubuntu 10.04. I have a shared partition between Ubuntu and Windows which is NTFS. I store my development files (Eclipse C++ project files) in that ...
5
votes
3answers
2k views

Eclipse CDT Linux ClearCase SCM Adapter plug-in install problems

I'm having a silly little problem with Eclipse. I'm trying to install Rational ClearCase SCM adapter in Eclipse (Helios SR1) CDT Linux 64 bit. I downloaded ClearCase plug-in form here. I tried both ...
0
votes
1answer
216 views

How to setup personal build in CDT eclipse over linux?

I started using eclipse CDT over Linux for some college exercises. I want the build function to compile without linking? Can i have the build to be as simple as: gcc -c -Wall ? Thanks
0
votes
1answer
148 views

What happens in Eclipse CDT on Linux if you press the Terminate button?

I guess some signals will be sent to the process. Some or one? If more than one in which order do they occure? And what happens if the Terminate button is pressed and if the process has forked? And ...
9
votes
1answer
3k views

Remotely debugging a Linux process from Windows with gdb and gdbserver: what exactly is needed on the Windows side?

I am running Eclipse CDT on Windows to develop C code that is built & tested on remote Linux systems. Currently, the code is never compiled on Windows. I am able to use CDT to begin the remote ...
0
votes
2answers
5k views

eclipse helios fails to find g++, gdb, $PATH, make

I am using eclipse CDT but it fails to find any of the linux toolchain like make, g++, gdb. seems like it is failing to retrieve $PATH.Could you let me know how can I fix this?
0
votes
2answers
3k views

Howto debug program that needs to run as root from gdb (Eclipse) as user (set gdb suid root?)

I need to debug a program on Linux with Eclipse (gdb). The program run as root and is quite large. The binary with debug symbols is about 250MB large and has more than 60 running threads after ...
1
vote
2answers
205 views

Porting C++ application from Windows to GNU/Linux.

I'm trying to port a computer game from windows to GNU/Linux. It uses Ogre3D,CEGUI, ogreogg and ogrenewt. As far as I know all dependencies work on GNU/Linux and in the game itself there is no ...
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 ...
2
votes
1answer
546 views

Eclipse CDT — How to map Linux path's to Windows paths?

We have a C-code project written for a Linux environment but we also want the ability to view and edit the code on Eclipse for Windows and have the headers be resolved. The problem we are facing is ...
0
votes
1answer
566 views

standalone tool for generating makefile(s) from Eclipse's .cproject file?

Is there a standalone tool, that can be ran from a shell script, to generate a makefile from the .cproject? Actually, the same functionality as the CDT itself, but that can be non-interactive. As is ...
1
vote
1answer
878 views

How do i create a GNU Autotool Project in Eclipse CDT from existing C++ source code?

I have an existing C++ source code that is built using autotools and i wish to use in Eclipse CDT. I'm a beginner with Eclipse CDT. I've installed the Autotools plugin for eclipse but don't know how ...
4
votes
2answers
3k views

Can I run a script in an Eclipse run configuration?

My company has traditionally used a Linux command line development environment. We use a script to manage the PATH and LD_LIBRARY_PATH environment variables when compiling and running. This script ...

1 2