Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Multiple main() in the same project(building errors with multiple main())
Multiple main() in the same project [message #1798674] Thu, 22 November 2018 15:06 Go to next message
Christian ALT is currently offline Christian ALTFriend
Messages: 1
Registered: November 2018
Junior Member
Hello,
After looking for a long time for a solution to multiple main() in the same projet, I would be interested in others solution.

Have a great day.
Re: Multiple main() in the same project [message #1798865 is a reply to message #1798674] Mon, 26 November 2018 18:51 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Write your own makefile in a Makefile Project is the easiest way.
Eclipse will not create a makefile with more than one executable target.

You could break up the project into separate projects for each program.
Previous Topic:Eclipse IDE BUG - optimization level, debug level pops to NONE
Next Topic:Unable to start language server: C/C++ Language Server
Goto Forum:
  


Current Time: Thu Apr 25 19:34:27 GMT 2024

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

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

Back to the top