Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT 20M7 & eclipse-SDK-3.0M7
CDT 20M7 & eclipse-SDK-3.0M7 [message #96043] Tue, 02 March 2004 14:32 Go to next message
Eclipse UserFriend
This is a multi-part message in MIME format.

------=_NextPart_000_0032_01C4005A.D42CD0E0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

When I Rebuild Project I get the following error:
Error launching builder (make -k clean all )

(Exec error:Launching failed)

Source Code:

#include <stdio.h>

int main() {


printf("Hello World");


return 0;

}


MakeFile:
cHelloWorld : cHelloWorld.o
g++ -o cHelloWorld cHelloWorld.o -L =
D:\Development\MinGW\lib\gcc-lib\mingw32\3.2.3\ -lstdc++
cHelloWorld.o : cHelloWorld.cpp
g++ -ggdb -c cHelloWorld.cpp
all :
${MAKE} cHelloWorld
clean :
-del cHelloWorld.o

Other Info:
WinXP Home Edition
512 ram
C:\JAVA\j2sdk1.4.2_03
C:\JAVA\j2re1.4.2_03
D:\Development\MinGW\lib\gcc-lib\mingw32\3.2.3


Can anyone help???

------=_NextPart_000_0032_01C4005A.D42CD0E0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>When I Rebuild Project I get the =
following=20
error:</FONT></DIV>
<DIV>
<P><FONT size=3D2><FONT face=3DArial>&nbsp;&nbsp;&nbsp; <EM>Error =
launching builder=20
(make -k clean all )</EM></FONT></FONT></P>
<P><FONT face=3DArial size=3D2><EM>&nbsp;&nbsp;&nbsp; (Exec =
error:Launching=20
failed)</EM></FONT></P>
<P><FONT face=3DArial size=3D2><STRONG>Source Code:</STRONG></FONT></P>
<P><B><FONT color=3D#7f0055 size=3D2><FONT=20
face=3DArial>#include</FONT></B></FONT><FONT size=3D2><FONT =
face=3DArial>=20
&lt;stdio.h&gt;</FONT></P></FONT><B><FONT color=3D#7f0055 size=3D2>
<P><FONT face=3DArial>int</FONT></B></FONT><FONT size=3D2><FONT =
face=3DArial> main()=20
{</FONT></P>
<P><FONT face=3DArial></FONT></P>
<P><FONT face=3DArial>printf(</FONT></FONT><FONT face=3DArial =
color=3D#2a00ff=20
size=3D2>"Hello World"</FONT><FONT size=3D2><FONT =
face=3DArial>);</FONT></P>
<P><FONT face=3DArial></FONT></P>
<P></FONT><B><FONT color=3D#7f0055 size=3D2><FONT=20
face=3DArial>return</FONT></B></FONT><FONT size=3D2><FONT face=3DArial> =
0;</FONT></P>
<P><FONT face=3DArial>}</FONT></P></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2><STRONG>MakeFile:</STRONG></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>cHelloWorld : =
cHelloWorld.o</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>g++ -o cHelloWorld cHelloWorld.o -L=20
D:\Development\MinGW\lib\gcc-lib\mingw32\3.2.3\ -lstdc++</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>cHelloWorld.o : =
cHelloWorld.cpp</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>g++ -ggdb -c =
cHelloWorld.cpp</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>all :</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>${MAKE} cHelloWorld</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>clean :</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>-del cHelloWorld.o</FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial></FONT></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3DArial><STRONG>Other=20
Info:</STRONG></FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial>&nbsp;&nbsp;&nbsp; WinXP Home=20
Edition</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial>&nbsp;&nbsp;&nbsp; 512=20
ram</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial>&nbsp;&nbsp;&nbsp;=20
C:\JAVA\j2sdk1.4.2_03</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial>&nbsp;&nbsp;&nbsp;=20
C:\JAVA\j2re1.4.2_03</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp;=20
D:\Development\MinGW\lib\gcc-lib\mingw32\3.2.3</FONT></DIV >
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Can anyone help???</FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial>&nbsp;&nbsp;&nbsp;=20
</FONT></DIV></FONT></BODY></HTML>

------=_NextPart_000_0032_01C4005A.D42CD0E0--
Re: CDT 20M7 & eclipse-SDK-3.0M7 [message #96127 is a reply to message #96043] Wed, 03 March 2004 08:52 Go to previous message
Eclipse UserFriend
The short answer is that your PATH is setup incorrectly so that the CDT
cannot launch make, either because it cannot find it or your make
utility is called "mingw32-make.exe". The longer answer is read the FAQ
or better still, search for the solutions that have been offered to this
question many, many times on this group.

WyleySam wrote:

> When I Rebuild Project I get the following error:
> Error launching builder (make -k clean all )
>
> (Exec error:Launching failed)
>
> Source Code:
>
> #include <stdio.h>
>
> int main() {
>
>
> printf("Hello World");
>
>
> return 0;
>
> }
>
>
> MakeFile:
> cHelloWorld : cHelloWorld.o
> g++ -o cHelloWorld cHelloWorld.o -L D:\Development\MinGW\lib\gcc-lib\mingw32\3.2.3\ -lstdc++
> cHelloWorld.o : cHelloWorld.cpp
> g++ -ggdb -c cHelloWorld.cpp
> all :
> ${MAKE} cHelloWorld
> clean :
> -del cHelloWorld.o
>
> Other Info:
> WinXP Home Edition
> 512 ram
> C:\JAVA\j2sdk1.4.2_03
> C:\JAVA\j2re1.4.2_03
> D:\Development\MinGW\lib\gcc-lib\mingw32\3.2.3
>
>
> Can anyone help???
>
Previous Topic:Can't display marker icon in C editor
Next Topic:linux cdt 20M7 and eclipse-SDK-3.0M6
Goto Forum:
  


Current Time: Mon Jun 09 15:31:08 EDT 2025

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

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

Back to the top