Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] about running the first HelloWorld Example

Actually, what I did was I just installed MinGW, GDB and Msys and I set up environment variables. Then I created a new managed C++ project in eclipse and I could not make it run. I dont even have an executable file. So, I can't use debugger.
is it usually hard to run a simple program in CDT.
How can I solve this problem, thank you.

Denis PILAT <denis.pilat@xxxxxx> wrote:
You are using a gdb that can not read the binary file generated.
Check in the "debugger" tab (you get it by right clic on the helloword.exe and clic on debug/c/c++local applicqtion) that the msys\bin\gdb.exe debbugger is specified.

Denis

Ugur Ozcanli wrote:
Hello I just installed CDT with appropriate compiler in windows - MinGW, MSYS. And I set up environment variables. I can use gcc in command line.

I can not run my first HelloWorld C++ program. I wrote simple Hello world code in main.cpp. Error says "Launcher failed no binaries."

So how can I make my first program run ?
Thank you.


Want to start your own business? Learn how on Yahoo! Small Business.

_______________________________________________ cdt-dev mailing list cdt-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cdt-dev



Access over 1 million songs - Yahoo! Music Unlimited.

Back to the top