tags:

views:

1262

answers:

2
**** Build of configuration Release for project helloworld ****

****  WARNING: The "Release" Configuration may not build  ****
****  because it uses the "Cygwin GCC"  ****
****  tool-chain that is unsupported on this system.  ****

****  Attempting to build...  ****

(Cannot run program "make": Launching failed) iam using here MinGW-5.1.6 but not cygwin in eclipse-SDK-3.2.2-win32 .pplease any one help me & solve this problem yours faithfully. anilkumar.k

A: 

Correct name is mingw32-make I think.

S.Mark
A: 

same problem, cannot compile. I have set Path correctly and tested in dos by calling mingw32-make.exe,

E:>mingw32-make -v GNU Make 3.81 Copyright (C) 2006 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.

This program built for i386-pc-mingw32

but in eclipse, error msg: (Cannot run program "mingw32-make": Launching failed)

hawston