Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Manage build configuration list(How to handle a long list of build configurations)
Manage build configuration list [message #1841359] Thu, 13 May 2021 05:47
Almog Itzkovich is currently offline Almog ItzkovichFriend
Messages: 3
Registered: May 2021
Junior Member
Hi all,

I am writing a project in Eclipse using CMake.
The project contains about ~8 different modules and suppose to contain build configurations for couple of different platforms.

Part of my requirements is to maintain the capability of building each module separately (without building the entire project).
The way I found for doing this using CMake, is to create 'build profile'. In this case I specify Eclipse which targets i want to build and which not.

The problem with this solution is that i get a LONG list of build configurations, as seen in the attached picture,which can be unpleasant for the user:
index.php/fa/40484/0/

Note: if i have 8 modules and 3 different platforms I would end up with a list of 24 build configurations.

Any suggestions on how to manage them differently?

B.R.
  • Attachment: Untitled.jpg
    (Size: 100.90KB, Downloaded 282 times)
Previous Topic:After successful build at the comand line I get Eclipse error JVM terminated. Exit code=1[SOLVED]
Next Topic:Cannot inspect array: is more than max-value-size
Goto Forum:
  


Current Time: Thu Sep 19 10:24:14 GMT 2024

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

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

Back to the top