Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can't compile this simple Hello World program. Make not found.
Can't compile this simple Hello World program. Make not found. [message #1861865] Wed, 08 November 2023 15:43
Neal Conroy is currently offline Neal ConroyFriend
Messages: 1
Registered: November 2023
Junior Member
So I downloaded eclipse, and put in this simple "Hello World" code:

#include <iostream>

int main() {
std::cout << "Hello, world!" << std::endl;
return 0;
}
And this is my build error message:

Error: Program "make" not found in PATH
PATH=[C:\TDM-GCC-64\bin]

Note that this is like the 5th thing I downloaded, and each time I updated the Environment Path and such, to the bin folder, where the gcc.exe and make.exe is, but it still can't find "make." My current folder has a mingw32.exe.

I already downloaded MinGW, W64DevKit, llvm-minwg, etc. So I'll take suggestions on what to download...
Previous Topic:How to Efficiently Sort a Large Array of Structs in C?
Next Topic:C / C++ IDE (CDT) discussions are now on GitHub
Goto Forum:
  


Current Time: Sat Nov 11 05:56:19 GMT 2023

Powered by FUDForum. Page generated in 0.01535 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top