Launch failed. Binary not found in Linux/Ubuntu Solution

Source: Internet
Author: User

The launch failed. Binary not found solution appears in Linux:

First, when you get dizzy with all the mingw solutions on the internet, tell you, don't look at mingw. In Linux, mingw is not required, but is directly completed by Linux GCC.

1. Check the console output under your eclipse. If G ++ is not found, your system g ++ has not been installed successfully.

Solution: CTRL + ALT + T to Terminal (console) mode, enter sudo apt-Get install g ++

2. Not yet? As described in most solutions:

Project-> properties-> C/C ++ build-> Settings-> binary parsers

Select GNU elf parser and elf parser

Then, do not forget project-> build all (CTRL + B), and then run (CTRL + F11)

If you see a project named binaries, Congradulations! Configuration successful. You can run it!

3. Not yet?

Check whether your file name is XXX. cpp? In addition, xxx cannot contain symbols such ".".


It is best to use mingw in windows ...... The solution is as follows:

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

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.