简体   繁体   中英

unable to build C++ project in Eclipse helios

I can't build a C++ project in eclipse helios. It's showing an error (Cannot run program "make": Launching failed)

I saw a suggestion that stated add PATH to (Preferences -> C/C++ -> Build -> Environment). But the variable name is PATH, what do I give in the value?

Please help

Did you install MinGW? You'll need to put the MinGW bin directory in your path.

Or you can use Cygwin.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM