Errors of build binary arducopter stm32

Building Arducopter binary in eclipse occureed error"Program "make‘’ :launching failed.
I followed the turtorial of arducopter website.and used default build tool “cross gcc”.
And tried “MinGw gcc”,failed yet.

“make” should be used. Instead AP is built with “waf”. I think if you follow the instructions on these wiki pages it should be possible to setup the build environment.

I really followed the instruction before you mentioned,but new issue occurred as Using eclipse compile errors occur
and I did some parts of instruction with another build method of using cywin terminal to build is ok.