Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Problem with "program not a reckonizble executable"
Problem with "program not a reckonizble executable" [message #147967] Sun, 03 July 2005 14:54
Eclipse UserFriend
Originally posted by: callum.devnet-uk.net

Hi,

I've recently given CDT a go and was getting on fine until I tried to
run my simple "Hello World" program.

The program compiles fine, yet when I press the run/play button in
Eclipse I get "Launching (Error: Program not a reckonized executable.)".

If I highlight this, more details are shown:

Program not a recognized executable.
java.io.FileNotFoundException: Program not Binary
org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyBinary( AbstractCLaunchDelegate.java:747)
org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate.launc h(LocalRunLaunchDelegate.java:59)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Program not Binary
java.io.FileNotFoundException: Program not Binary
org.eclipse.cdt.launch.AbstractCLaunchDelegate.verifyBinary( AbstractCLaunchDelegate.java:747)
org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate.launc h(LocalRunLaunchDelegate.java:59)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)


If I then go to a prompt and run the exe it runs fine. I'm running
everything on Windows XP and I'm using MinGW (4.1.0).

Can anyone suggest a reason for this?

Thanks

Callum Urquhart
Previous Topic:Migrating from MSVC6 to Eclipse CDT
Next Topic:Thread [1] (Suspended: Breakpoint hit.) ...
Goto Forum:
  


Current Time: Thu Apr 24 00:11:54 EDT 2025

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

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

Back to the top