Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Juno/CDT8 - stdout not appearing in the console

Can you make sure you have the mingw binaries path in your PATH environment variable (and restart Eclipse)? The default is C:\MinGW\bin

Marc-Andre

On 18/09/2012 8:54 AM, Derek Morris wrote:
I have downloaded latest version of Eclipse CDT for Windows. I have mingw installed on the computer.

I write and build a simple C "Hello World" application (i.e. printf("Hello World\n")).

When I run this application, the text does not appear in any console (I have checked the console for the executable, gdb and gdb traces). Is there something I am missing here?

This all worked in Indigo.

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



Back to the top