Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Binary missing eclipse unable to run program

John Donovan wrote:
Hi

I am a complete newbie at this and I am running the latest eclipse for C programming. My makefile compiles but it will not run. I am getting ‘unable to launch – binary missing.

If you're using a makefile-project you must make sure that the generated binary appears in the project explorer, or Eclipse will be unable to find it. If the makefile puts the binary somewhere else, you can create a linked folder in your project pointing to the place where your makefile puts the binaries.

--
/Jesper



Back to the top