Here are these steps:
Install java first:
go to https://java.com/en/download/ or http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html. Download the install file (*.exe) and run it as administrator
Install OXYGEN version eclipse:
Follow 5 Steps to Install Eclipse on https://www.eclipse.org/downloads/eclipse-packages/?show_instructions=TRUE
If it does not work, you need to install another version of java JRE or JDK.
You may get notice shown below:
Unfortunately the Java version needed to run Eclipse Installer couldn't be found on your system. You need the following version or a higher version.
http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html
Install compiler:
Download MinGW from http://www.mingw.org/wiki/Install_MinGW and install and setup by following https://www.youtube.com/watch?v=sXW2VLrQ3Bs or https://youtu.be/DamuE8TM3xo (which depends on which version of MinGW you donwload.)
Click Basic Setup (Left panel) -> choose packages as below (Right window) -> click installation -> click apply changes

Setup compiler on eclipse:
You may try altering toolchain in case if for some reason you can't use gcc. Open Properties for your project (by right clicking on your project name in the Project Explorer), then C/C++ Build > Tool Chain Editor. You can change the current builder there from GNU Make Builder to CDT Internal Builder or whatever compatible you have.


OR:
To make MinGW GCC compiler as default or change you original project with error "Program “make” not found in PATH" or "launch failed binary not found eclipse c++" when you trying to run program simply go to Project >> Preferences >> C\C++ Build >> Tool Chain Editor >> Change Current toolchain to MinGW GCC
OR:
visit https://stackoverflow.com/questions/11579135/program-make-not-found-in-path for your case
Reference: https://wiki.eclipse.org/Eclipse/Installation
Hi Paul:
I am sorry to hear your news, would you please use Eclipse as your IDE and compile it by gcc? http://prllab.wixsite.com/prl-lab-en-prgcl/forum/welcome-to-programming/compile-c-coding-without-ide?
Regards
Mike
Hello Mike,
Re: Install Eclipse and set up compiler.
No. I still can't get it to work. I've followed all the steps .. even put the Javaw.exe path into the eclipse.ini file as instructed by Wiki.
Still no good.
- If I try to debug I get "The selection cannot be launched, and there are no recent launches
- If I try to run I get: Launch Failed. Binary not found
This is getting passed a joke. This week we will be half way through the course and still no further forward with the IDE.
Please! You have to help us .. or is it just me?
Rgds
PL
Sorry, I mean Codeblocks IDE
Okay. Done all that. You have to go:
- Prolect>> Preferences >> C\C++ Build >> Tool Chain Editor >> Change Current toolchain to MinGW GCC
- i.e. NOT Windows
- Problem is I am still getting error message: " launch failed binary not found"
- Maybe we should use 'Blockcode'?
Rgds
PL
All good until >> Tool Chain Editor - can't find it ??