Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Is there interest in a rewritten managed build?
  • From: "Waterlander, Erwin" <erwin.waterlander@xxxxxxxxx>
  • Date: Fri, 13 Jan 2023 08:54:59 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=A/v3PYBNcVyliWcvhLDTE17s35fy6t4fFlYXdgPZ2io=; b=jE/ubAcZshahc4B/0OUQSkVyJIkciWhd9UAX4Xtu+DgHN7YFDDCY7rzsLfaNm+JbYq+J9ufiio+zoookvtWwkou3BYv1xEnoGzB4EGgZySgAtUN2KRXwfYJmnFWntel+Izjo7fC0rOqI+nJyglmVGKhJc1dDuS/GxCLG2U1xIrhH7h/1D2Fd5Qq+CBpvlR/8sKJvr2DfSRpRNhk7bqaZCZhbLqosvDSiGTAtzhypgL0sykJvD6EYk2KaVhqLakqVTwHkUqvf/3a7tq0zIyAN9k/BgGroCDc9+lqSBhTJnHPAs7Ge3pqH7+UQMPg13aLRAaS/Ir2BgVDm64fKp/pAmg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ehWVChr95OZAALDRC5bdqQKYx+Szeo53Pa1IgJBG4QNsL6VrtU5hD42ZqK3au49J5fSSfsazA9KWFEFI9sIdUde5Ul0mZRBtSX75EySeWXm+ihMvYsO2NRtaZa7sogORuzHVE68zthE5ciDBp4AbQG7NV0+zxyTyQ/goXiOxRusjyb21y3NdUt6VYz5Qc8UuKFu+8VScr4vVNOYuQWXT/xSJLKE0ADSuQcylshNfqXpt9ux38azUSQncG5dzA9c4Z3OKuguiU+tm/BCWiCH3yIZPaTHOi1565UkDO1Sz6qu9SjU8wMnfWgYBhT0iblbE0yrPpcfASpljn9ekMRxYMg==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev/>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZHiA2vDRV0I6fp0eGGqOIg/ZYGK6bFIUAgAD+XHA=
  • Thread-topic: [cdt-dev] Is there interest in a rewritten managed build?

Hi,

The Managed Build project is like the traditional IDE where you have full GUI support for setting compiler and linker flags and so on. The traditional IDE can generate a Make file or another build script for you. 

If you look at the top trending C/C++ projects at github you see that the trend is to move away from this. People manage a (C)Make file by hand. There is no need for GUI help.
The main reason for using an 'IDE' is the code navigation, smart editing, and a debugger GUI. Visual Studio Code satisfies these needs and became very popular.

A big advantage of the new way of working is that it seamlessly fits working on the command line and continuous integration flows. For teams this is a big plus. One user can use IDE, the other CLI. And the regressions use the same (C)Make files.

CDT's answer to this trend is the Core Build flow. I think it is better to invest in Core Build flow than in Managed Build. Core Build flow should *not* be turned into a new Managed Build. It has to stay lean and mean. We need to get the Core Build Makefile Project out of the 'experimental' state. I think that is the best replacement for the current Managed Build.

Regards,

-- 
Erwin Waterlander                                                 Intel
erwin.waterlander@intel
http://www.intel.com/                                   The Netherlands

> -----Original Message-----
> From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Christian
> Walther
> Sent: Thursday, January 12, 2023 18:08
> To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
> Subject: Re: [cdt-dev] Is there interest in a rewritten managed build?
> 
> jan <jan@xxxxxxxxxx> wrote:
> 
> > Therefore I would like to know whether there is interest in this?
> 
> Speaking as a downstream integrator who is using managed build, my
> tentative answer is: Probably not, from us.
> 
> While managed build is complicated and quirky, it mostly does what we
> need, and where it doesn’t, we have patches and workarounds in place. It‘s
> all a big, organically grown mess (some of our early decisions turned out
> questionable in hindsight), but it works. I am skeptical whether transplanting
> that mess onto a rewritten base would be worth the effort. What you design
> to address your gripes will not necessarily also address our gripes, at the
> same time I do not have time to contribute to designing a system that
> addresses everyone’s gripes.
> 
> What happened to the efforts to build a new managed build system based
> on core build anyway? (Where I confess I never contributed either.)
> 
>  -Christian
> 
> 
> --
> Indel AG
> Christian Walther - Software
> Tuefiwis 26
> CH-8332 Russikon
> Switzerland
> 
> Tel.: +41 44 956 20 00
> www.indel.ch
> ------------------------------------------------------------------------------------------
> New product GIN-MAX4x4: The compact 4-axis motion board now also
> available as PRO version!
> https://www.indel.ch/en/products/drives/compact-motion-drives
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/cdt-dev
---------------------------------------------------------------------
Intel Benelux B.V.
Registered in The Netherlands under number 24134020
Statutory seat: Rotterdam
Registered address: Capronilaan 37, 1119NG Schiphol-Rijk

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

Back to the top