Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse M9/CDT M9 won't build project
Eclipse M9/CDT M9 won't build project [message #105359] Mon, 07 June 2004 17:04 Go to next message
Eclipse UserFriend
This is a multipart message in MIME format.
--=_alternative 00748A9E85256EAC_=
Content-Type: text/plain; charset="US-ASCII"

I am using Eclipse M9 with CDT M9. Everything was all right, until
something happened. Now I could not build my project. It always say:
Error launching builder (make -k all )
(Exec error:Launching failed)
This error message is still there even if I restarted Eclipse.

Also, have you noticed that whenever you first start Eclipse, there is no
console output the first time you build anything? Is it a bug?

Please help. Thanks.

Hua


--=_alternative 00748A9E85256EAC_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">I am using Eclipse M9 with CDT M9. Everything
was all right, until something happened. Now I could not build my project.
It always say: </font>
<br><font size=1 face="Courier New">Error launching builder (make -k all
)</font>
<br><font size=1 face="Courier New">(Exec error:Launching failed)</font>
<br><font size=2 face="sans-serif">This error message is still there even
if I restarted Eclipse.</font>
<br>
<br><font size=2 face="sans-serif">Also, have you noticed that &nbsp;whenever
you first start Eclipse, there is no console output the first time you
build anything? Is it a bug?</font>
<br>
<br><font size=2 face="sans-serif">Please help. Thanks.</font>
<br>
<br><font size=2 face="sans-serif">Hua</font>
<br>
<br>
--=_alternative 00748A9E85256EAC_=--
Re: Eclipse M9/CDT M9 won't build project [message #105614 is a reply to message #105359] Wed, 09 June 2004 21:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: michaelm.nospam.invalid.net

On Mon, 7 Jun 2004 21:04:46 +0000 (UTC), huani@us.ibm.com wrote:

>Also, have you noticed that whenever you first start Eclipse, there is no
>console output the first time you build anything? Is it a bug?

I've seen the same thing here with a non-GCC compiler using 3.0RC1 and
CDT 2.0M9. The console does not display the output from the first
build.

---
Michael McCulloch
Re: Eclipse M9/CDT M9 won't build project [message #105874 is a reply to message #105614] Fri, 11 June 2004 08:41 Go to previous messageGo to next message
Eclipse UserFriend
This is a multipart message in MIME format.
--=_alternative 00467DFF85256EB0_=
Content-Type: text/plain; charset="US-ASCII"

This actually happens with previous releases too. I am using Cygwin/GCC
3.3.1.
--=_alternative 00467DFF85256EB0_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">This actually happens with previous
releases too. I am using Cygwin/GCC 3.3.1.</font>
--=_alternative 00467DFF85256EB0_=--
Re: Eclipse M9/CDT M9 won't build project [message #105914 is a reply to message #105359] Fri, 11 June 2004 13:17 Go to previous messageGo to next message
Eclipse UserFriend
Hua,
This looks like a simple problem with the CDT launcher finding make. Is
make in your path?

huani@us.ibm.com wrote:

> I am using Eclipse M9 with CDT M9. Everything was all right, until
> something happened. Now I could not build my project. It always say:
> Error launching builder (make -k all )
> (Exec error:Launching failed)
> This error message is still there even if I restarted Eclipse.
>
> Also, have you noticed that whenever you first start Eclipse, there is no
> console output the first time you build anything? Is it a bug?
>
> Please help. Thanks.
>
> Hua
>
>
Re: Eclipse M9/CDT M9 won't build project [message #107260 is a reply to message #105914] Tue, 22 June 2004 20:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shughes.dalsemi.com

> This looks like a simple problem with the CDT launcher finding make. Is
> make in your path?

Isn't there a way to do this without putting Make in my path?

I had assumed that Eclipse had it's own internal version of Make (isn't Ant
integrated?).. But if it doesn't, I'd like to have the ability to point
Eclipse at the right Make, rather than mucking with my path.

Scott


"Sean Evoy" <sevoy@ca.ibm.com> wrote in message
news:cacous$kh3$1@eclipse.org...
> Hua,
> This looks like a simple problem with the CDT launcher finding make. Is
> make in your path?
>
> huani@us.ibm.com wrote:
>
> > I am using Eclipse M9 with CDT M9. Everything was all right, until
> > something happened. Now I could not build my project. It always say:
> > Error launching builder (make -k all )
> > (Exec error:Launching failed)
> > This error message is still there even if I restarted Eclipse.
> >
> > Also, have you noticed that whenever you first start Eclipse, there is
no
> > console output the first time you build anything? Is it a bug?
> >
> > Please help. Thanks.
> >
> > Hua
> >
> >
Re: Eclipse M9/CDT M9 won't build project [message #107419 is a reply to message #107260] Wed, 23 June 2004 14:01 Go to previous messageGo to next message
Eclipse UserFriend
Scott,
ANT is integrated into Eclipse but the Ant team has not come up with a
standardized set of tasks for C and C++ development, 'cpptask'
notwithsatnding. So, we expect users to supply a complete set of build
tools (including a version of Gnu make). If you want to change the make
utility that the builder calls, you can do so via the properties page
for the managed project:

1. Properties -> C/C++ Build -> Manage...
2. Uncheck 'Use default' in the Make command group
3. Provide me with the complete path to your make utility
4. Make sure it speaks Gnu make because I don't generate a POSIX
makefile (nor nmake for that matter)

Hope that helps,

Sean

Scott Hughes wrote:
>>This looks like a simple problem with the CDT launcher finding make. Is
>>make in your path?
>
>
> Isn't there a way to do this without putting Make in my path?
>
> I had assumed that Eclipse had it's own internal version of Make (isn't Ant
> integrated?).. But if it doesn't, I'd like to have the ability to point
> Eclipse at the right Make, rather than mucking with my path.
>
> Scott
>
>
> "Sean Evoy" <sevoy@ca.ibm.com> wrote in message
> news:cacous$kh3$1@eclipse.org...
>
>>Hua,
>>This looks like a simple problem with the CDT launcher finding make. Is
>>make in your path?
>>
>>huani@us.ibm.com wrote:
>>
>>
>>>I am using Eclipse M9 with CDT M9. Everything was all right, until
>>>something happened. Now I could not build my project. It always say:
>>>Error launching builder (make -k all )
>>>(Exec error:Launching failed)
>>>This error message is still there even if I restarted Eclipse.
>>>
>>>Also, have you noticed that whenever you first start Eclipse, there is
>
> no
>
>>>console output the first time you build anything? Is it a bug?
>>>
>>>Please help. Thanks.
>>>
>>>Hua
>>>
>>>
>
>
>
Re: Eclipse M9/CDT M9 won't build project [message #107486 is a reply to message #107419] Thu, 24 June 2004 14:43 Go to previous message
Eclipse UserFriend
Originally posted by: mark.melvin.dspfactory.com

Does anyone know if this (a standardized set of Ant tasks for C and C++
development) is being thought about or worked on? I am about to dig
into doing something very similar using cpptask - but would hate to go
off and re-invent the wheel if it is being worked on.

Mark.

Sean Evoy wrote:
> Scott,
> ANT is integrated into Eclipse but the Ant team has not come up with a
> standardized set of tasks for C and C++ development, 'cpptask'
> notwithsatnding. So, we expect users to supply a complete set of build
> tools (including a version of Gnu make). If you want to change the make
> utility that the builder calls, you can do so via the properties page
> for the managed project:
>
> 1. Properties -> C/C++ Build -> Manage...
> 2. Uncheck 'Use default' in the Make command group
> 3. Provide me with the complete path to your make utility
> 4. Make sure it speaks Gnu make because I don't generate a POSIX
> makefile (nor nmake for that matter)
>
> Hope that helps,
>
> Sean
>
> Scott Hughes wrote:
>
>>> This looks like a simple problem with the CDT launcher finding make. Is
>>> make in your path?
>>
>>
>>
>> Isn't there a way to do this without putting Make in my path?
>>
>> I had assumed that Eclipse had it's own internal version of Make
>> (isn't Ant
>> integrated?).. But if it doesn't, I'd like to have the ability to point
>> Eclipse at the right Make, rather than mucking with my path.
>>
>> Scott
>>
>>
>> "Sean Evoy" <sevoy@ca.ibm.com> wrote in message
>> news:cacous$kh3$1@eclipse.org...
>>
>>> Hua,
>>> This looks like a simple problem with the CDT launcher finding make. Is
>>> make in your path?
>>>
>>> huani@us.ibm.com wrote:
>>>
>>>
>>>> I am using Eclipse M9 with CDT M9. Everything was all right, until
>>>> something happened. Now I could not build my project. It always say:
>>>> Error launching builder (make -k all )
>>>> (Exec error:Launching failed)
>>>> This error message is still there even if I restarted Eclipse.
>>>>
>>>> Also, have you noticed that whenever you first start Eclipse, there is
>>
>>
>> no
>>
>>>> console output the first time you build anything? Is it a bug?
>>>>
>>>> Please help. Thanks.
>>>>
>>>> Hua
>>>>
>>>>
>>
>>
>>
Previous Topic:looking for update mirrors
Next Topic:bugs
Goto Forum:
  


Current Time: Tue Aug 19 20:04:35 EDT 2025

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

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

Back to the top