Eclipse CDT project built but “Launch Failed. Binary Not Found”

后端 未结 16 2311
臣服心动
臣服心动 2020-12-13 07:14

Windows 7, Eclipse CDT, Juno Service Release 2, Cross compiler.

Projects do compile executables generated, but Eclipse can\'t see them; therefore \'Run\' fails. Exec

16条回答
  •  醉话见心
    2020-12-13 07:33

    I've got the same problem on Eclipse 3.8.1. For me it worked to set the artifact type to executable:

    Right click on the project -> C/C++ Build -> Settings -> Build Artifact -> Artifact Type: Executable

    Finally rebuilding the project produced the Binaries entry in the Project Explorer.

提交回复
热议问题