Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Issues to build a project(I'm a beginner and I can't build the project )
Issues to build a project [message #1847321] Fri, 22 October 2021 14:13 Go to next message
Xavier Cunego is currently offline Xavier CunegoFriend
Messages: 4
Registered: October 2021
Junior Member
Hi everyone !

I picked a code from GitHub but Eclipse tells me he can't build the project because he cannot run program "make".
I'm new using Eclipse IDE, I know I choose GNU build but I don't find a lot of information on it..

I'll be grateful to anyone who can help me <3

[Updated on: Fri, 22 October 2021 14:14]

Report message to a moderator

Re: Issues to build a project [message #1847323 is a reply to message #1847321] Fri, 22 October 2021 14:34 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Eclipse expects that you know how to use the GNU tools outside of Eclipse.
The tools are external to Eclipse and must be installed before you can use them.
One of those tools is GNU make.

You appear to be using Windows.
Read this -- particularly the Windows part:
http://help.eclipse.org/2021-06/topic/org.eclipse.cdt.doc.user/concepts/cdt_c_before_you_begin.htm?cp=10_0

[Updated on: Fri, 22 October 2021 14:35]

Report message to a moderator

Previous Topic:Import a C project from GitHub
Next Topic:Where did ":" come from ?
Goto Forum:
  


Current Time: Thu Mar 28 11:55:09 GMT 2024

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

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

Back to the top