Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Help with makefile(Does nayone know makefiles)
Help with makefile [message #1296246] Mon, 14 April 2014 22:55 Go to next message
Steven Haynes is currently offline Steven HaynesFriend
Messages: 2
Registered: April 2014
Junior Member
Install Centos 6.5, installed Eclipse, Installed software I want to modify. CANNOT get the makefile to work. Please reply, the dependencies just will not cooperate.
Re: Help with makefile [message #1297268 is a reply to message #1296246] Tue, 15 April 2014 14:50 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
You might get more response in the CDT (C/C++ Development Toools) forum, and by providing more information than just "will not cooperate."
Re: Help with makefile [message #1297660 is a reply to message #1297268] Tue, 15 April 2014 21:00 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Additionally, that doesn't sound like an issue specific to Eclipse.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Help with makefile [message #1324368 is a reply to message #1297660] Wed, 30 April 2014 19:04 Go to previous message
Programmist Setevik is currently offline Programmist SetevikFriend
Messages: 12
Registered: January 2013
Junior Member
Eclipse is the best C/C++ code comprehension tool out there.

To import a Makefile project into Eclipse:

- DL and explode the source code (tar -zxvf blah.gz)
- typically, u'd run "configure" to create proper Makefile (depends on the software you're compiling)
- JIC, run "make" and make sure the SW builds properly

Now, u r ready to import the source code as a new Eclipse C/C++ Project:

- Fire up eclipse and "File -> New project with existing Makefile", point to the source tree you

[Updated on: Wed, 30 April 2014 19:04]

Report message to a moderator

Previous Topic:C++ Tests Runner for Eclipse CDT problems
Next Topic:C files being ignored?
Goto Forum:
  


Current Time: Thu Apr 18 17:59:17 GMT 2024

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

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

Back to the top