• launch failed.Binary not found in Linux/Ubuntu解决方案


    Linux下出现launch failed.Binary not found的解决方案:

    首先当你把网上关于mingw的解决方案都看晕了的时候,告诉你,别看关于mingw的了。Linux下不用mingw,直接由Linux GCC完成

    1、看你的Eclipse下面控制台Console输出,如果有g++ not found 的话,说明你的系统g++没安装成功。

    解决方案:Ctrl+Alt+t到terminal(控制台)模式,输入sudo apt-get install g++

    2、还不行?用大部分解决方案中都会讲的:

    Project->Properties->C/C++Build->Settings->Binary Parsers

    勾选GNU Elf Parser和Elf Parser

    然后千万千万别忘了Project->Build All (Ctrl+B), 再run(Ctrl+F11)

    如果看到项目下面出来一项名为Binaries, Congradulations! 配置成功,可以run了!

    3、还不行?

    检查你的文件名是否为xxx.cpp? 而且xxx中不能含有“.”之类的符号

     

    Windows下最好用mingw吧……解决方案如下:

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

  • 相关阅读:
    SQL 代码片段
    SQL
    Python List
    python_enumerate用法
    HashMap记录
    Brute Force(暴力算法)
    python解析html文件,提取标签中一个元素
    每五分钟统计一次数据
    grep
    expect
  • 原文地址:https://www.cnblogs.com/bluewelkin/p/3430880.html
Copyright © 2020-2023  润新知