Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Internal Builder: Exec error:The system cannot find the file specified.
Internal Builder: Exec error:The system cannot find the file specified. [message #212086] Wed, 19 March 2008 09:27 Go to next message
Eclipse UserFriend
Originally posted by: ragatol.netsite.com.br

**** Build of configuration Debug for project hellow_world_c ****

**** Internal Builder is used for build ****
gcc -O2 -g -Wall -c -fmessage-length=0 -osrc\main.o ..\src\main.c
Internal Builder: Exec error:The system cannot find the file specified.

Build error occurred, build is stopped
Time consumed: 46 ms.

------------------------------------------------------------ ------------

Anyone had this problem?

I already checked paths and everything, I don't know what to do.


Using Eclipse 3.3.2 with CDT 4.0.3.

D:\>gcc --version
gcc (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


D:\>make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-msys
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@xxxxxxx>.


D:\>g++ --version
g++ (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

My PATH is:
D:\java6\bin;D:\msys\1.0\bin;D:\mingw\bin;D:\Python25\;D:\ph p5\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32 \Wbem
Re: Internal Builder: Exec error:The system cannot find the file specified. [message #212126 is a reply to message #212086] Wed, 19 March 2008 18:11 Go to previous messageGo to next message
Eclipse UserFriend
mmh, gcc and g++ version 3.4.5. Are these really the newest ones?
On Linux it is stated that the version should be a 4.x version.
But perhaps on windows it is different.

Nikosch
Re: Internal Builder: Exec error:The system cannot find the file specified. [message #212134 is a reply to message #212126] Wed, 19 March 2008 21:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ragatol.netsite.com.br

I have updated both gcc and g++ to version 4.2.1 and I get the same error.

I've installed the CDT Eclipse distribution and EasyEclipse with CDT, but only
EasyEclipse works correctly with both versions of gcc and g++ (it uses a older
version of CDT: 3.1.2).

Do you know how I can get a log of what Eclipse is trying to do?

Thanks for your time.

Nikosch wrote:
> mmh, gcc and g++ version 3.4.5. Are these really the newest ones?
> On Linux it is stated that the version should be a 4.x version.
> But perhaps on windows it is different.
>
> Nikosch
>
Re: Internal Builder: Exec error:The system cannot find the file specified. [message #212172 is a reply to message #212134] Thu, 20 March 2008 11:22 Go to previous message
Eclipse UserFriend
hi,

I have no further idea.

Here you need an expert - I am not :-(

Nikosch
Previous Topic:Update Managed Build Project Breaks custom Project using CDT
Next Topic:How to invoke the CDT Managed build system from an automated build
Goto Forum:
  


Current Time: Thu Jul 17 13:27:11 EDT 2025

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

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

Back to the top