| | |
C help with Eclipse
![]() |
Which platform are you running this on ?
When I was running Eclipse 3.3 on Ubuntu 7.10, I remember encountering a similar error (for a Linux GCC toolchain based project), So I had to install the package build-essential (which includes GNU Make, GCC and other tools).
However I do not have much idea about about the first problem.
When I was running Eclipse 3.3 on Ubuntu 7.10, I remember encountering a similar error (for a Linux GCC toolchain based project), So I had to install the package build-essential (which includes GNU Make, GCC and other tools).
However I do not have much idea about about the first problem.
Last edited by stephen84s; Sep 27th, 2008 at 4:04 pm.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"How to ask questions the smart way ?"
"How to ask questions the smart way ?"
Hi there...
If you are using Eclipse on Windows then read below...
For windows, you should download eclipse-cpp-ganymede-win32.zip from http://eclispe.org. This comes with a inbuilt gnu compiler (gcc etc)... If still you are not able to compile please install MiniGW from http://minigw.org... This is free gnu compiler...
Further if you have issues please post your problems...
If you are using Eclipse on Windows then read below...
For windows, you should download eclipse-cpp-ganymede-win32.zip from http://eclispe.org. This comes with a inbuilt gnu compiler (gcc etc)... If still you are not able to compile please install MiniGW from http://minigw.org... This is free gnu compiler...
Further if you have issues please post your problems...
regards,
Ahamed.
Ahamed.
•
•
•
•
# include <stdio.h> is an "Unresolved inclusion"
ssharish
"Any fool can know, point is to understand"
•
•
Join Date: Feb 2009
Posts: 1
Reputation:
Solved Threads: 0
for "unresolved inclusion" when trying to use eclipse for C++ headers like <iostream> (in windows)
1. Download Automated MinGW Installer
http://sourceforge.net/project/showf...?group_id=2435
2. In the environment variable for windows under "Path" add C:\MinGW\bin (or wherever you installed it)
3. Download Eclipse IDE for C/C++ Developers from http://www.eclipse.org/downloads/
4. Restart the computer
5. In eclipse when creating a new project MiniGW GCC should show up in the toolchain
After that if you get a "Launch failed binary not found"
1. Click the hammer button (build it) before you hit the play button (run it)
1. Download Automated MinGW Installer
http://sourceforge.net/project/showf...?group_id=2435
2. In the environment variable for windows under "Path" add C:\MinGW\bin (or wherever you installed it)
3. Download Eclipse IDE for C/C++ Developers from http://www.eclipse.org/downloads/
4. Restart the computer
5. In eclipse when creating a new project MiniGW GCC should show up in the toolchain
After that if you get a "Launch failed binary not found"
1. Click the hammer button (build it) before you hit the play button (run it)
•
•
Join Date: Apr 2009
Posts: 1
Reputation:
Solved Threads: 0
•
•
•
•
for "unresolved inclusion" when trying to use eclipse for C++ headers like <iostream> (in windows)
1. Download Automated MinGW Installer
http://sourceforge.net/project/showf...?group_id=2435
2. In the environment variable for windows under "Path" add C:\MinGW\bin (or wherever you installed it)
3. Download Eclipse IDE for C/C++ Developers from http://www.eclipse.org/downloads/
4. Restart the computer
5. In eclipse when creating a new project MiniGW GCC should show up in the toolchain
After that if you get a "Launch failed binary not found"
1. Click the hammer button (build it) before you hit the play button (run it)
Pydev works. Java works. When I try to compile hello world in c++, I get these errors about the include files and not being able to run the program "make".
![]() |
Similar Threads
- How to download source code for NetBeans and Eclipse? (Java)
- Eclipse plugins help (Java)
- Looking for education materials of developing C++ application with Eclipse (Java)
- Eclipse Problem in Fedora Core 3 (C++)
- A question on Eclipse and Rational (Geeks' Lounge)
- Notepad VS. Something Else (Java)
Other Threads in the C Forum
- Previous Thread: how do read last file
- Next Thread: HOw to sort the array of strings in c in alphabetical order of words..
| Thread Tools | Search this Thread |
* ansi api array arrays bash binarysearch calculate centimeter changingto char character convert copyanyfile copypdffile createcopyoffile createprocess() csyntax directory dynamic fflush file floatingpointvalidation fork forloop frequency function getlasterror getlogicaldrivestrin givemetehcodez graphics gtkgcurlcompiling gtkwinlinux hardware highest histogram homework i/o ide inches initialization intmain() iso km license linked linkedlist linux linuxsegmentationfault list logical_drives looping loopinsideloop. lowest match matrix microsoft motherboard mqqueue mysql oddnumber odf open opendocumentformat openwebfoundation pdf pointer pointers posix power program programming pyramidusingturboccodes read recursion recv recvblocked repetition reversing scanf scheduling segmentationfault send shape single socketprogramming stack standard strchr string suggestions test unix urboc user variable whythiscodecausesegmentationfault win32api windows.h windowsapi






