Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Launch failed, binary not found(described in body.)
Launch failed, binary not found [message #1749268] Sun, 04 December 2016 19:35 Go to next message
Eclipse UserFriend
Hello, I have a problem with Eclipse.
I can't run any C/C++ project using Eclipse. It says "Launch failed. Binary not found."
Yes, I built the project, yes the binaries exist in "Debug" and "Release" folder.
Either way, I've set paths too.

It says,
How can I resolve "cannot find -lglut32" error in description.
I've also attached an image of error in console.

What could be the problem?
Thank you for the attention.
  • Attachment: err2.png
    (Size: 28.41KB, Downloaded 175 times)
Re: Launch failed, binary not found [message #1749332 is a reply to message #1749268] Mon, 05 December 2016 10:35 Go to previous message
Eclipse UserFriend
I don't use OpenGL but some observations:
1) The error is a link error; no executable is being produced, so what do you mean you have it?
2) The GCC loader (ld) is saying that libglut32 can't be found in the library search path

You either need to specify where it is by using the -L<path> linker option or maybe it's not installed.
If you need to install it: https://users.cs.jmu.edu/bernstdh/web/common/help/cpp_mingw-glut-setup.php

As an aside, spaces in path elements can cause problems.
You might want to consider changing the project name.
http://stackoverflow.com/questions/5999507/mingw-make-cant-handle-spaces-in-path


Previous Topic:name of the generated file
Next Topic:no underscore in Oxygen edit view
Goto Forum:
  


Current Time: Thu Apr 24 10:37:44 EDT 2025

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

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

Back to the top