Windows 7, Eclipse CDT, Juno Service Release 2, Cross compiler.
Projects do compile executables generated, but Eclipse can't see them; therefore 'Run' fails. Executables are placed in Debug directory. Double click or command prompt call on compiled executable works without problem.
How can I solve this?
first i had to click a little arrow button that opens a menu containing "Run Configurations",
then in the following window, i had to click "C/C++ Application", followed by a textless button with a green + on it
then i had to press the "Apply" and "Run" button
and then eclipse could run/debug the program. :)