Eclipse M9/CDT M9 won't build project [message #105359] |
Mon, 07 June 2004 17:04  |
Eclipse User |
|
|
|
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 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 #107419 is a reply to message #107260] |
Wed, 23 June 2004 14:01   |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>>>>
>>>>
>>
>>
>>
|
|
|
Powered by
FUDForum. Page generated in 0.05736 seconds