Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Managing include paths and macros in 'Core Build' projects.
  • From: "Waterlander, Erwin" <erwin.waterlander@xxxxxxxxx>
  • Date: Thu, 6 Oct 2022 15:06:17 +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=MdPK3m/6llZJzDd611vp17YzlqKgxGljkcTO9AnonPc=; b=oKclL7+SZEUolvqQD9aBOXSwj4MdTmjFtnBnKj57qXy16n0A+tiq8BHfRV4kQiZBwKKk03XMVaKnNESMBFVHr4JYh0GjGQRjqX2HaMcjjjjjYchCfhavnSRBEkmDsWuzWCJdffDutREM5YEYQgmB2W6vs56atWMJMxa7R2QvCMIb5ZRHb9fuiPVmpIHz4DF3Gum0rEi+Gfecgu8efb72J9RU9kKnUUrVf2FYB7UI5fS7hHXESi5IxzInZmlNNuFvGVrmiOcpPcG8QBmpHHVyBzOAK7HVuN2CKMydiBanOf/jii+iUzcpoKjTurpeMOpu4TNQjJiT8M3upkTe28Limw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=nGcp5ZzZKPyhpLDjxb58Y1BLOjbiPwlgH8/Lv5RRbo7PJn6r9AGIhvE+wMmG75LKIiHCPz0Y7NmM2QIKj0IlAj/M3fxIMGYX8v4UuL+01MSxNFsfYYNps8diLwBrENKNOl0GQin5bURSN4I/kCn318i7KvLrH4422kvO/7hlMHlYKXCwdSjJMT4vG7t7bnXCqpSNrbDTVb+Xe2Ep6A7o0o+X0xSZpeYH+ziUxYkD4BUGAtvYBHfvxWt/vmFTMEch7VCzj+w6vMaSZW28o/v9vsZA4JteqDks6DrLtOwPtvI2ddKOwqGIlXC0xSGIY2D9+x4hP/raJgGDvjzsvI8/7g==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • Dlp-product: dlpe-windows
  • Dlp-reaction: no-action
  • Dlp-version: 11.6.500.17
  • 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: AdjNhqEfp/QsKTJySAqOeK9J3F55BAACWKqAADNe8BAABdjogAAoE3cgAAqVKgAADPOCAAC2dBIgABbj8wABGUqSoAADjvEAACp83qAAFnqeAAAd5qvgABduOYAAJ9HVIA==
  • Thread-topic: [cdt-dev] Managing include paths and macros in 'Core Build' projects.

> -----Original Message-----
> From: cdt-dev <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Martin Weber
> Sent: Wednesday, October 05, 2022 22:02
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] Managing include paths and macros in 'Core Build'
> projects.
>
> ...
> >
> > In a Makefile flow it is easy to run multiple compilers in one make run.
> > Unfortunately core build Makefile projects have no extension point
> > (like the detectionParticpant for cmake) to detect a custom compiler
> > from the build output. Would there be a trick to do it?
> 
> Perhaps extension point="org.eclipse.cdt.core.LanguageSettingsProvider"?

That is the extension point to add a language provider to Managed Build projects.

In core build Makefile the console line parser uses information from the active toolchain. I try to see if I can use that.

Erwin
---------------------------------------------------------------------
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