Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » compiler error
compiler error [message #894156] Sat, 07 July 2012 01:08 Go to next message
cosmin spinu is currently offline cosmin spinuFriend
Messages: 3
Registered: July 2012
Junior Member
Hi,
I want to start learning C/C++. I have a book named "Jamsa's C/C++ Programmer's Bible".
At the first example from this book I have an error at "#include <stdio.h>". The compiler don't recognize "stdio.h"and the error message is "binary not found".
Can somebody tell me what is wrong? Thank you

[Updated on: Sat, 07 July 2012 11:40]

Report message to a moderator

Re: compiler error [message #894418 is a reply to message #894156] Mon, 09 July 2012 07:41 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
I guess you have not installed a toolchain (compiler etc.). Please have a look at the Eclipse CDT help (first chapter: "Before you start").

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: compiler error [message #894576 is a reply to message #894418] Mon, 09 July 2012 16:44 Go to previous messageGo to next message
cosmin spinu is currently offline cosmin spinuFriend
Messages: 3
Registered: July 2012
Junior Member
Hi,
The error for:

#include<stdio.h>
int main()
{
printf("Totul despre C/C++");
}

is "binary not found". I've been downloaded the software from eclipse.org.
Re: compiler error [message #894686 is a reply to message #894576] Tue, 10 July 2012 07:07 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
The download from eclipse.org includes only the IDE. There is no compiler included. So please read the Eclipse help as I told you before.

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Eclipse CDT errror
Next Topic:Can I develop a standalone application for Windows in Eclipse?
Goto Forum:
  


Current Time: Wed Apr 24 15:58:44 GMT 2024

Powered by FUDForum. Page generated in 0.03076 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top