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

后端 未结 16 2245
臣服心动
臣服心动 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:32

    If you have a successful build, and getting a "Launch Binary not Found" Error. Try doing the following steps :

    Click on Run -> Run Configuration -> C/C++ Application -> click on project_name debug -> click on browse and select your project file -> Press Ok -> below it Browse binary file ( Goto your Eclipse Workspace and select your project file -> You'll find two files 1.Debug 2.Src -> Click on Debug file -> Next click on the file with your project name and Press ok) -> then click apply and press run button.

    This should solve the problem

提交回复
热议问题