Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » compiler error
compiler error [message #894156] Fri, 06 July 2012 21:08 Go to next message
Eclipse UserFriend
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 07:40] by Moderator

Re: compiler error [message #894418 is a reply to message #894156] Mon, 09 July 2012 03:41 Go to previous messageGo to next message
Eclipse UserFriend
I guess you have not installed a toolchain (compiler etc.). Please have a look at the Eclipse CDT help (first chapter: "Before you start").
Re: compiler error [message #894576 is a reply to message #894418] Mon, 09 July 2012 12:44 Go to previous messageGo to next message
Eclipse UserFriend
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 03:07 Go to previous message
Eclipse UserFriend
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.
Previous Topic:Eclipse CDT errror
Next Topic:Can I develop a standalone application for Windows in Eclipse?
Goto Forum:
  


Current Time: Sat Jul 26 01:34:31 EDT 2025

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

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

Back to the top