Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » HELP - I can't get it to work :-(
HELP - I can't get it to work :-( [message #197493] Mon, 16 July 2007 17:14 Go to next message
Eclipse UserFriend
Originally posted by: keseldude.gmail.com

Whenever I run my programs, I get this error message:

**** Build of configuration Debug for project Hello World C ****

**** Internal Builder is used for build ****
gcc -O0 -g3 -Wall -c -fmessage-length=0 -oHelloWorld.o ..\HelloWorld.c
gcc: installation problem, cannot exec `cc1': No such file or directory
Build error occurred, build is stopped
Time consumed: 85 ms.

I followed the Before you begin section of the help file in eclipse
using MinGW (I didn't install cygwin).

What's wrong?

Thanks! :)
Re: HELP - I can't get it to work :-( [message #197533 is a reply to message #197493] Tue, 17 July 2007 02:56 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

You haven't installed the tools (MinGW) properly - the clue is in the errror
message.

Trying installing MINGW again.

p.s. if you are doing Windows development, you might want to try CDT for Windows.

There is a blog entry at

http://cdtdoug.blogspot.com/2007/06/introducing-cdt-for-wind ows.html.

It’s still in Beta at version 0.9.1. feel free to pass any ideas on how to
improve it to the SourceForge site:

http://cdt-windows.sourceforge.net.

--
Derek


Michael wrote:
> Whenever I run my programs, I get this error message:
>
> **** Build of configuration Debug for project Hello World C ****
>
> **** Internal Builder is used for build ****
> gcc -O0 -g3 -Wall -c -fmessage-length=0 -oHelloWorld.o ..\HelloWorld.c
> gcc: installation problem, cannot exec `cc1': No such file or directory
> Build error occurred, build is stopped
> Time consumed: 85 ms.
>
> I followed the Before you begin section of the help file in eclipse
> using MinGW (I didn't install cygwin).
>
> What's wrong?
>
> Thanks! :)
Previous Topic:gdb receives SIGTERM - remote debug
Next Topic:Core file debugging on Windows
Goto Forum:
  


Current Time: Fri May 30 08:38:35 EDT 2025

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

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

Back to the top