Page 1 of 1

No Output when using Build & Run

Posted: Wed May 17, 2017 12:11 pm
by pheonix3000
I am not getting any output when using Build and Run, all that is displayed is the 'Press Any Key to Continue'.

Please could you advise me on how to fix this. It seems to be a common problem, but the only response I have found is it's an installation problem but I have reinstalled version 10.0.0 several times now.

Test with simple main.c code:

#include <stdio.h>

main() {
printf("hello world\n");
}

Re: No Output when using Build & Run

Posted: Tue May 23, 2017 12:03 am
by eranif
Do you get anything in the "Build" tab at the bottom view? or maybe in the "Trace" tab?

Re: No Output when using Build & Run

Posted: Thu Jul 06, 2017 1:16 am
by Sulevia
I'm having the same issue, with a similar workspace:

#include <stdio.h>

main() {
printf("hello world\n");
}

I have Windows 10 and I also reinstalled the stable release 10.0.0

This is what I get under the build tab:

C:\WINDOWS\system32\cmd.exe /C mingw32-make.exe -j 4 -e -f Makefile
'mingw32-make.exe' is not recognized as an internal or external command,
operable program or batch file.
====0 errors, 0 warnings====

I'm too new to all this to understand. I installed codelite for a class, because I'm so ignorant

Re: No Output when using Build & Run

Posted: Thu Jul 06, 2017 8:08 pm
by eranif
Did you install a compiler?
CodeLite is an IDE not a compiler, you will need to install one.

From CodeLite, you can go to: Help->Run the setup Wizard
Follow the wizard steps and in the "Setup compilers" page, click on the "Install" button