Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Can I use make instead of cmake?(Starting to use Eclipse 4.11.0)
Can I use make instead of cmake? [message #1807256] Mon, 27 May 2019 01:39 Go to next message
Clayton Cramer is currently offline Clayton CramerFriend
Messages: 12
Registered: June 2016
Junior Member
I have an existing piece of C with a Makefile. I just discovered that cygwin lacks a debugger, so I thought that I would use Eclipse instead. (I have used Eclipse in the past for Java, and like it very much.) But even with the C/C++ kit installed, it wants to use cmake to build, and I cannot figure how to tell it to use make instead.
Re: Can I use make instead of cmake? [message #1807274 is a reply to message #1807256] Mon, 27 May 2019 10:34 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
Cygwin installs by default only a minimum set of packages. Are you sure that the debugger is not in an optional package which you did not install?

Eclipse does not go any further without the base debugger, as it is using the gdb debugger as the base tool. Eclipse just offers a good windowed front-end to it.


--

Tauno Voipio
Re: Can I use make instead of cmake? [message #1807285 is a reply to message #1807274] Mon, 27 May 2019 13:31 Go to previous messageGo to next message
Clayton Cramer is currently offline Clayton CramerFriend
Messages: 12
Registered: June 2016
Junior Member
Thanks, but cygwin setup does not allow me to install gdb or cmake. I select them hit Next, and it says nothing to install. The bigger question remains: how do I change Eclipse 2019-03 to use make not cmake?
Re: Can I use make instead of cmake? [message #1807288 is a reply to message #1807274] Mon, 27 May 2019 14:14 Go to previous messageGo to next message
Clayton Cramer is currently offline Clayton CramerFriend
Messages: 12
Registered: June 2016
Junior Member
Finally figured out how to install gdb and cmake.
Re: Can I use make instead of cmake? [message #1840471 is a reply to message #1807288] Fri, 16 April 2021 00:31 Go to previous message
Keyara Edwards is currently offline Keyara EdwardsFriend
Messages: 8
Registered: May 2020
Junior Member
Can you tell me how you got cmake to work?
Previous Topic:Can't find object file compiler hasn't made yet
Next Topic:Headless CDT build in docker, is it broken ?
Goto Forum:
  


Current Time: Tue Apr 23 05:33:13 GMT 2024

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

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

Back to the top