Launch failed. Binary not found in Linux/ubuntu solution

Source: Internet
Author: User

Launch failed appears under Linux. Binary Not Found solutions:

First of all, when you put the online about MinGW solutions are dizzy, tell you, don't look about MinGW. Linux does not use MinGW, directly completed by the Linux gcc

1, look at your Eclipse console console output, if you have g++ not found, it means that your system g++ not installed successfully.

Solution: Ctrl+alt+t to Terminal (console) mode, enter sudo apt-get install g++

2, not yet? Most of the solutions will say:

Project->properties->c/c++build->settings->binary parsers

Tick the GNU elf Parser and Elf Parser

Then don't forget to project->build all (Ctrl+b) and run (CTRL+F11)

If you see a project under the item named binaries, congradulations! The configuration is successful, you can run it!

3, not yet?

Check to see if your file name is Xxx.cpp? and XXX can not contain "." Symbols like that

It's best to use MinGW under windows ... The solution is as follows:

Http://hi.baidu.com/doctorjohnson/blog/item/2fafa2431187e11d9213c67e.html

Launch failed. Binary not found in Linux/ubuntu solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.