Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Managed Core Build

Hi Liviu

I haven’t looked into a detailed design for this area at the moment beyond making use of what is already available in Core Build (via org.eclipse.cdt.core.build.IToolChain & ICBuildConfiguration). Taking the same approach the current Core Build does and delegating this though to the underlying build system would seem the simplest, so then any custom build system plugin could implement its own method instead of parsing the build output. If you have any thoughts on this area please share.

Regards
William

-----Original Message-----
From: Liviu Ionescu [mailto:ilg@xxxxxxxxxx]
Sent: 29 March 2018 16:10
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>; William Riley <william.riley@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Managed Core Build

On 29 March 2018 at 16:23:51, William Riley (william.riley@xxxxxxxxxxx) wrote:

> Support for multiple build systems (planned to support Ninja & make)

just curious: assuming a custom build system which, among other things, keeps a map of file paths and full compiler command lines, how is it planned to feed it to the indexer?

I heard that CMake can produce such a map, but I don't know how Eclipse can use it.


thank you,

Liviu



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

Back to the top