Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » no binaries and compiler
no binaries and compiler [message #159063] Sat, 26 November 2005 04:51 Go to next message
Eclipse UserFriend
Originally posted by: max.gabler.gmx.de

hi,
i've got the following problem:
i've installed the c/c++ ide in eclipse and created a new project. but
after finishing creating the project, a warning appeared in the
Problems-window in eclipse. it's the following message:
"Error launching external scanner info generator (gcc -E -P -v -dD C:/
..blabla.. /.metadata/.plugins/org.eclipse.cdt.make.core/specs.c)"
what does it mean and how can i solve this problem?

max gabler
Re: no binaries and compiler [message #159108 is a reply to message #159063] Sun, 27 November 2005 09:47 Go to previous message
Eclipse UserFriend
Originally posted by: screetch.gmail.com

On Sat, 26 Nov 2005 09:51:47 +0000 (UTC)
max.gabler@gmx.de (max gabler) wrote:

> hi,
> i've got the following problem:
> i've installed the c/c++ ide in eclipse and created a new project. but
> after finishing creating the project, a warning appeared in the
> Problems-window in eclipse. it's the following message:
> "Error launching external scanner info generator (gcc -E -P -v -dD C:/
> .blabla.. /.metadata/.plugins/org.eclipse.cdt.make.core/specs.c)"
> what does it mean and how can i solve this problem?
>
> max gabler
>
>
looks like gcc is missing. remember that eclipse comes with no C/C++ compiler :) (even the CDT doesn't have one)

if you're using windows :
make sure you have installed MingW correctly (i think it works with cygwin too but i'm not a hundred percent sure) and make sure the PATH variable contains the path to the mingw binary path (c:\mingw\bin for example)

if you're using linux : mke sure the gcc compilation suite is set up correctly
Previous Topic:DOM documentation
Next Topic:Boost.Threads
Goto Forum:
  


Current Time: Sun May 11 19:03:06 EDT 2025

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

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

Back to the top