0
votes
0answers
35 views

Eclipse Juno CDT opengl doesnt compile

I want to develop openGL app using CDT on Eclipse . I followed THIS guide. Now every time I build the program , it print's the following : Now I know this is somehow related to missing libriaries , ...
0
votes
1answer
33 views

C/C++ Eclipse CDT + Cygwin

I have installed cygwin (full installation) on my computer, i'm using eclipse as my editor. everything works just fine, but when I try to run the executables that were built by eclipse (using MingW ...
0
votes
0answers
75 views

No symbol table is loaded. Use the “file” command. with eclipse and NDK

I'm trying to debug native android apps using eclipse + NDK + cygwin (obviously on a windows machine) All seems to work well (after some time of course :) - but I seem to always get the same error ...
0
votes
0answers
31 views

How can I set GNU make variable to a valid name in windows

I am working on cocos2dx in windows using eclipse. I try to compile via cygwin terminal and i get the following error. ERROR: Your GNUMAKE variable is defined to an invalid name: E:\cygwin\bin ...
0
votes
1answer
24 views

WARNING: The “Default” Configuration may not build because it uses the “Cygwin GCC” tool-chain that is unsupported on this system

I am working on cocos2dx in Eclipse and I see the following error when I set cygwin as toolchain. **** WARNING: The "Default" Configuration may not build **** **** because it uses the "Cygwin GCC" ...
1
vote
1answer
72 views

Hadoop server run wizard is not opening in Eclipse

I have configured the Hadoop installation directory location(C:\cygwin\home\hadoop-0.19.1) but whenever i am running the .java file as run on Hadoop it is not displaying Hadoop server run wizard and ...
0
votes
0answers
115 views

Eclipse running slow over Cygwin ssh

I use Cygwin running under Windows XP to make an X Windows ssh connection to a RedHat server. I’ve run a few applications through the Cygwin/X interface, and they perform fine. However, the main ...
1
vote
0answers
67 views

Configure Eclipse to use bash login shell for Cygwin toolchain

I have a custom Makefile project in Eclipse and although the build does get run in a Cygwin shell... it does not seem to be a login shell (bash --login) as it doesn't set my environment variables ...
0
votes
0answers
152 views

Using NDK to build Project in cygwin

Here is the whole procedure that i have followed to configure my project: -downloaded android-ndk-r8b -imported my project to eclipse workspace that is tesseract-ocr -imported tess-two project into ...
2
votes
1answer
2k views

make: g++: Command not found

I've checked similar posts and anyone solve my problem. I's very simple but I'm new with eclipse. I'm trying to make a simple example and I'm having this problem. the make file is just this all: ...
2
votes
0answers
177 views

custom makefile works in cmd with Cygwin make, but not in Eclipse CDT

I have a simple makefile works OK under CMD prompt using Cygwin make. But have problem by invoking through Make Target in Eclipse CDT. The content of my makefile is as below: all: aaa aaa: bbb.o ...
1
vote
0answers
1k views

Android NDK debugging: armeabi-v7a not working

Eclipse / Cygwin NDK 8c Building a shared library I can't get gdbserver to start anymore after switching to armeabi-v7a. I've searched online for hours but can't find a topic that deals ...
2
votes
4answers
591 views

MinGW or Cygwin GCC?

I want to install a GCC compiler in Windows for the Eclipse IDE. I know there are two options: MinGW GCC or Cygwin GCC. Which one is better for Eclipse CDT? Any experience or suggestions will be ...
0
votes
0answers
122 views

cygwin gcc 4.7+ in Eclipse CDT updating from 3.4

I've followed the steps on the Cygwin wiki for updating my version of gcc. Now I have two installations of gcc in Cygwin: 3.4 in /bin and 4.7 in /usr/local/bin. Now, in Eclipse the only way to use it ...
0
votes
1answer
57 views

eclipse to use g++-4.exe not g++.exe

I use eclipse to write c++ programs. I have both g++ 3.4 and g++ 4.x in /cygwin/bin directory, and I want eclipse to use g++-4.exe not the other one (named g++.exe). How can I say to it to use ...
0
votes
0answers
127 views

connect to port SSH 22 through Eclipse

I am trying to test ping functionality to 127.0.0.1:22 through Junit eclipse. I have cygwin installed and i installed the ssh using the command ssh_host_config and then I gave net start sshd and now ...
1
vote
2answers
331 views

debugging C with eclipse and cygwin

I am trying to debug the following C code with eclipse-Juno-CDT, and cygwin-gcc (cygwin version=1.7.16, gcc version=3.4.4, gdb version=7.5.50), on 64bit windows. The code works fine in normal mode. ...
0
votes
0answers
91 views

Porting Kannel to Eclipse IDE for testing SMS's sent from one Android emulator to another

Am using the Cygwin Linux environment on Windows to install and run Kannel open SMS gateway on my Windows 7 desktop. I am using Kannel to test an SMS security app for Android smartphones. How can I ...
1
vote
0answers
114 views

Challenges running fastcv's loadJpeg sample

I have successfully installed, and run the samples from, Qulacomm's Vuforia. I've been trying to work around Qualcomm's fastCV samples however for some time now but cannot manage to run the samples ...
0
votes
1answer
190 views

eclipse CDT - Cannot open .gcda files

I am developing a coverage data tool in eclipse cdt. I used gcov and build and execute my C program to generate .gcda and .gcno files. When double click on .gcda file to see the coverage data, below ...
0
votes
0answers
181 views

eclipse gcov plugin

I am using gcov plugin in Eclipse CDT + cygwin compiler & linker to find code coverage. I installed gcov plugin from http://svn.sourceforge.jp/svnroot/ginkgo/trunk/org.ginko.gcov.update/ location ...
0
votes
0answers
84 views

eclipse terminal (cygwin?) save profile -> for example a new alias

I'm troubling with the terminal view of eclipse. I'm working on Win7 and want to create an alias in this terminal. Well, creating an alias is not hard, but keeping the alias after a restart doesn't ...
1
vote
0answers
145 views

Reference errors building OpenCV Android CVCamera_MSER sample app

I'm relatively new to Android development, as well as OpenCV. I've tried out some OpenCV samples found with the sdk (using OpenCV2.4.2), as well as some here offered by Stanford University. The first ...
1
vote
2answers
1k views

LOCAL_SRC_FILES points to a missing file

i'm doing an augemented reality program. i was handed this project and im new to cygwin and android programming. i have to use cygwin to compile one of my cpp file. however when i do a ndk-build on ...
0
votes
0answers
79 views

Not able to view font while export DISPLAYing eclipse to windows x-server from linux machine

I have installed eclipse on a linux box. I have also installed xserver on a windows machine. I am trying to export DISPLAY to this windows machine. But when I do it, I am not able to see normal ...
1
vote
2answers
597 views

ERROR: “Cygwin GCC” that is unsupported on this system

I am trying to create my first C++ exeecutable using Eclipse IDE (using Windows 7). I am getting the following error while building. How to correct it? ERROR:: couldn't get context of main ...
2
votes
1answer
561 views

Error in building ndk library

I have an android project with a native part. Now I am trying to make eclipse compile all things but during the native compilation it gives me this error: sh ndk-build all ERROR: You are using a ...
3
votes
1answer
425 views

eclipse cygwin printf no output on debug

I managed to get cygwin to work with eclipse and made the default hello world program. Running the program is fine and it outputs correctly in console. But when I debug and step through the program, ...
3
votes
1answer
5k views

Eclipse CDT does not find either Cygwin or MinGW toolchain

I am having hard times to configure Eclipse Juno to for C/C++. I am a Windows user, so I have installed Cygwin and MinGW, and CDT under Eclipse. Also configured the PATH variable correctly, though I ...
0
votes
2answers
292 views

Hadoop on Windows with Eclipse error when starting data node

I am following this tutorial http://v-lad.org/Tutorials/Hadoop/14%20-%20start%20up%20the%20cluster.html I am at the "start the cluster" step but when I start the data node(when I execute the command: ...
0
votes
1answer
41 views

Minimize ssh windows when Eclipse retrieves info from svn repository

I'm running Eclipse Indigo on Windows XP & Cygwin using the Subclipse plugin with our corporation SVN repository. Overall it works just fine, however whenever I click on a file in the remote ...
1
vote
0answers
157 views

Compile under Windows CMD , but not under Eclipse CDT

I've been configuring Eclipse+CDT+Cygwin for a long time.Recently I've made sure that by typing make in CMD under the path workspace\project\debug the whole toolchain (make , g++ , etc) works pretty ...
1
vote
3answers
5k views

How to deal with Eclipse CDT+Cygwin?

Recently I installed Eclipse Indigo Service Release 2(for JAVA EE) and installed CDT 8 online.Then I installed Cygwin with gcc,g++,gdb,make,binutils,automake,etc at the latest version.I had also made ...
1
vote
2answers
508 views

How do I add a breakpoint in eclipse using pydev?

I would like to add a breakpoint to a pydev project. I am using eclipse with the pydev plugin. I am running Windows 7. The file I want to debug is located at C:\cygwin\workspace\project\main.py . ...
0
votes
1answer
3k views

Error with building Android NDK Project

I wand build project in windows, I get same Errors: bash C:\linux\android-ndk1\ndk-build V=1 cygwin warning: MS-DOS style path detected: C:\dev\android\workspace4_android\FFWall ...
0
votes
0answers
2k views

Build Android NDK Project in Windows

I know, it sounds crazy, but I want do it. Also I want possible running and debugging my project in Eclipse!!! (I know, I completely mad man) I install Android NDK, Cygwin (with "make"), add to path ...
4
votes
1answer
735 views

Compiling Qt project into Eclipse using Cygwin compiler

I have downloaded Eclipse with the plug-in to work with C/C++ over Windows. I downloaded Cygwin (base and devel mostly) and works ok for a hello world application. Now I want to work with Qt. Instead ...
0
votes
1answer
112 views

Can resources from MS Visual Studio be used with Eclipse & Cygwin?

I'm a noob with C++, but I need to resolve this problem ASAP. I'm trying to run some C++ examples in Eclipse with Cygwin toolchain. These examples use functions like wcsncpy_s (in string.h or ...
2
votes
1answer
253 views

Linking projects C++ Cygwin

I have a problem with linking my projects with Eclipse. The linking goed perfect, but everytime I get the same error: **** Build of configuration Debug for project Dierentuin_test **** make all ...
0
votes
1answer
624 views

GDB with Eclipse CDT

When I try to run my C++ hello world program in Eclipse, I get the error "Error while launching command: gdb --version". SO won't let me upload the following screenshot: Screenshot 1 I'm running ...
0
votes
3answers
69 views

Mulitple jar file introspection

How do write a command on bash shell that can search a number of jar files in a directory for a specified class or string path. Eg I want to search all workshop.jar searching for this string path: ...
0
votes
1answer
150 views

How to make Eclipse/Ant aware of Cygwin without adding to global path

I have a Java project in Eclipse, running on Windows. It uses ANT and has a target which invokes Linux tools like SCP/BASH. I've installed cygwin but since I haven't added it to my global path, ...
3
votes
3answers
4k views

Setting environment variables in Eclipse to use with Android NDK

I use Android NDK with cygwin with Eclipse on Windows. In my makefile I want to set path of prebuild library using environment variable in eclipse. So I do the following: And in makefile: ...
0
votes
1answer
520 views

Hadoop WordCount Example

After successfully created hadoop environment, when I am going to run this wordcount example in hadoop with version 0.19.1, It gives me error like, how can I solve this 11/12/30 06:46:13 INFO ...
1
vote
1answer
526 views

Build DLL for JNI using Eclipse

I want to build a JNI DLL using Eclipse and Cygwin. I know there are a lot of examples out there, but non of them work for me. I've spent 2 days on this and I still can't get Eclipse to build a ...
8
votes
2answers
7k views

Configure Eclipse CDT to use g++

I have cygwin installed, and I want to use Eclipse with CDT for development under Windows 7. However, I get following error: **** Build of configuration Default for project hello_cpp **** make all ...
1
vote
2answers
3k views

How to configure Tesseract in Eclipse for Android development?

I have been working on android from 6 months. So I have basic idea about Android development. Now I want to develop an OCR Android app using Tesseract. For that I have downloaded android-ndk-r6b, ...
0
votes
2answers
877 views

How do I run a .sh script in Eclipse on Windows?

On Linux, it was pretty easy. I just did Runtime rt = Runtime.getRuntime(); Process p = rt.exec(shell location); p.destroy(); But how do I do this in windows which doesn't natively allow .sh ...
0
votes
1answer
247 views

AbstractMethodError found when running unit test in Eclipse not when running in Cygwin

Here is the stacktrace: java.lang.AbstractMethodError: org.apache.xerces.dom.DeferredDocumentImpl.getXmlStandalone()Z at ...
0
votes
1answer
1k views

Hadoop on windows with eclipse

I read a post here on stack overflow about this link being very good for hadoop deployment on windows - http://v-lad.org/Tutorials/Hadoop/12%20-%20format%20the%20namendoe.html Problem is when I ...

1 2