Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Generating CDT projects files from g++ makefile(Generating CDT projects files from g++ makefile)
Generating CDT projects files from g++ makefile [message #1234807] Wed, 22 January 2014 16:32 Go to next message
Eclipse UserFriend
Hi,

I an newbie to CDT, and thrown into a project with 100K lines of C++/C code for linux.

And they have been using cmake, Makefile, and vi for years.

Is there an automated way to generate .settings, .project, and other CDT project files settings from the makefile?

(similar to the way that maven can generate eclipse project files from the command line mvn eclipse:eclipse?)

Re: Generating CDT projects files from g++ makefile [message #1235450 is a reply to message #1234807] Fri, 24 January 2014 06:59 Go to previous messageGo to next message
Eclipse UserFriend
You can create an Eclipse Makefile project and then use the existing Makefile
http://help.eclipse.org/kepler/topic/org.eclipse.cdt.doc.user/getting_started/cdt_w_import.htm?cp=9_1_3
Or you can let cmake create the Eclipse project files.
Re: Generating CDT projects files from g++ makefile [message #1257675 is a reply to message #1235450] Wed, 26 February 2014 12:37 Go to previous message
Eclipse UserFriend
What are the options for cmake generating the eclipse project files and settings?


This is for a large set of existing cmake based projects.
Previous Topic:dbg debugger is not working properly
Next Topic:How to enable source level debugging with gdb?
Goto Forum:
  


Current Time: Fri Jul 25 17:55:30 EDT 2025

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

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

Back to the top