Page 1 of 1

Output Console Instantly Closes

Posted: Fri Sep 13, 2019 2:33 am
by tyler126
Hello,

When I am trying to run the simple default hello world program, the output console will open and immediately close in a split second.
I am getting 0 errors or warnings, but it does say " 'mingw32-make' is not recognized as an internal or external command, operable program, or batch file."
I am unsure as to why this is happening. Also, I am not sure if this is related to my issue, but when I try to debug it gives me an error that states: "Debugger exited with the following error string: "No executable specified, use 'target exec'."

Version 13.0.2
OS Windows 10
MinGW

Re: Output Console Instantly Closes

Posted: Fri Sep 13, 2019 3:59 pm
by eranif
Do you have a compiler installed?

Re: Output Console Instantly Closes

Posted: Thu Sep 19, 2019 8:28 am
by Malice983
To agree with the response above. This looks like you told Codelite to use mingw but never downloaded it and assigned it to be used.

Re: Output Console Instantly Closes

Posted: Thu Sep 19, 2019 8:36 pm
by PaowZ
Same as above.
Check MinGW at that address: https://sourceforge.net/projects/mingw- ... z/download
..and ensure your binaries path is accessible from PATH environment variable.