Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Run compiled windows binary("Run as" -> "Local C/C++ Application" -> "Launch faild. Binary not found.")
Run compiled windows binary [message #1856052] Thu, 17 November 2022 08:21
Eclipse UserFriend
I want to run my compiled windows exe.

As a compiler I use the w64devkit 1.17.0 (MinGW-w64) added as a cross-gcc toolchain.

Compilation is successful and the exe file is in the Debug or Release folder.

But when I just press the Run button, I always get the error "Launch failed. Binary not found."

index.php/fa/42709/0/

I then created the run configuration manually and entered this as the application path:
${workspace_project_locations}\${config_name:${project_name}}/${project_name}.exe
That also works, but only as long as the exe file name is identical to the project name.

index.php/fa/42710/0/

Is there a possibility to use the build variable "BuildArtifactFileName" at this point?

index.php/fa/42711/0/
Previous Topic:Eclipse with msys2 - 'Hello world' not compiling
Next Topic:Running, building and debugging a fortran file with photran.
Goto Forum:
  


Current Time: Tue Jun 24 10:18:33 EDT 2025

Powered by FUDForum. Page generated in 0.07545 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top