Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Immediate Error Message on Makefile Project Build
Immediate Error Message on Makefile Project Build [message #206968] Wed, 19 December 2007 16:35 Go to next message
Eclipse UserFriend
I just recently upgraded to Eclipse Europa (3.3.1.1) and CDT (4.0.2) on
Windows. Beforehand, we were using 3.2 of Eclipse and an older version
(don’t recall) of CDT on Solaris.

I am doing embedded development using VxWorks 5.4 and Tornado 2.0.2. I
created a standard make project using the “no tool chain option”. I added
all the requisite environment variables to get our makefiles working.
However, when I attempt to build, my console displays only the following:

**** Build of configuration Default for project xxxxxx ****

(Exec error:The system cannot find the file specified)

There isn’t any additional information in the Problems tab. I’ve been
pulling my hair out trying to figure out what this could possibly mean. I
know my environment settings are OK since I am able to use the values in a
shell and build without a problem.
Re: Immediate Error Message on Makefile Project Build [message #206986 is a reply to message #206968] Thu, 20 December 2007 03:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

My guess is that it can't find 'make'.
--
Derek


Josh Davidson wrote:
> I just recently upgraded to Eclipse Europa (3.3.1.1) and CDT (4.0.2) on
> Windows. Beforehand, we were using 3.2 of Eclipse and an older version
> (don?t recall) of CDT on Solaris.
>
> I am doing embedded development using VxWorks 5.4 and Tornado 2.0.2. I
> created a standard make project using the ?no tool chain option?. I
> added all the requisite environment variables to get our makefiles
> working. However, when I attempt to build, my console displays only the
> following:
>
> **** Build of configuration Default for project xxxxxx ****
>
> (Exec error:The system cannot find the file specified)
>
> There isn?t any additional information in the Problems tab. I?ve been
> pulling my hair out trying to figure out what this could possibly mean.
> I know my environment settings are OK since I am able to use the values
> in a shell and build without a problem.
>
>
Re: Immediate Error Message on Makefile Project Build [message #207093 is a reply to message #206986] Mon, 24 December 2007 00:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: joshd.msu.edu

Make is in the path variable. Is there any way to get additional
information on the message?
Re: Immediate Error Message on Makefile Project Build [message #207100 is a reply to message #207093] Mon, 24 December 2007 02:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

Look in the log.
workspace/.metadata/.log
--
Derek


Josh Davidson wrote:
> Make is in the path variable. Is there any way to get additional
> information on the message?
>
Re: Immediate Error Message on Makefile Project Build [message #207592 is a reply to message #207100] Mon, 07 January 2008 11:29 Go to previous messageGo to next message
Eclipse UserFriend
After thinking that this may be an installation issue with CDT and the
Java EE version of Eclipse, I installed the preconfigured "C++ IDE"
edition and created a brand new workspace and project (using the same
settings). I am still receiving a similar error:

****Buid of configuration Default for project xxxxxxx ****
make all
fatal error in make: The system cannot find the file specified

make *** [all] Error 0x2


This is pretty similar to the old error:
**** Build of configuration Default for project xxxxxx ****

(Exec error:The system cannot find the file specified)

The primary difference is that now instead of being an "Exec" error, it is
a make error. The other odd thing is that with my new installation, the
log file under workspace/.metadata is not being created. Previously,
there were a bunch of exceptions that I though indicated a configuration
issue, which is what prompted me to get the C++ edition after
unsuccessfully trying to get the CDT master to install as a local archive.
Re: Immediate Error Message on Makefile Project Build [message #207600 is a reply to message #207592] Mon, 07 January 2008 14:20 Go to previous message
Eclipse UserFriend
Originally posted by: dave.harper.xx.com

Josh Davidson wrote:

> The primary difference is that now instead of being an "Exec" error, it is
> a make error.

If you run make with the -d option it should produce a detailed output
that shows what's wrong.

Dave
Previous Topic:update manager vs. unzipping
Next Topic:Header File Template?
Goto Forum:
  


Current Time: Mon Jul 21 21:37:38 EDT 2025

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

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

Back to the top