c++ - Launch failed.Binary not found -


i installed mingw , eclipse(c++), when want run helloworld program error. console shows me:

thanks in advance

you must add mingw bin directory (for example c:\mingw\bin) path environment variable.

more information there

how set path variable

also you doesnt have liblto_plugin-0.dll in mingw's bin dir, can install plugin or disable in compiler flags

just use:

-fno-use-linker-plugin 

Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -