Eclipse for Linux “Launch Failed. Binary Not Found.”错误

来源:互联网 发布:python url下载文件 编辑:程序博客网 时间:2024/05/17 02:13
When you program in C, and your in Eclipse on a Unix based machine, you must build an object file before you can compile it. So if you dont “BUILD” your file, then it will not be able to link and load that object file, and hence it does not have the required binary numbers to execute.

In Eclipse, if you use the Shortcut CTRL + B, this will build the program, its the same thing as doing gcc in the linux command line, for those of you that use EMACS you know what im talking about.


或者:Project->Properties->C/C++ Build->Settings->Binary Parsers
选择GNU Elf Parser
0 0
原创粉丝点击