Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to load an existing build log to improve indexer quality ?

Hi Martin,
It is possible to use Make Target view for this purpose. Create a new target with Build Command "cat build.log" and run it. Build output parser that is set for your project will analyse the output.

This feature has not been implemented yet in new scanner discovery. You may want to open a bug. Can you suggest appropriate UI for it? It could be in project context menu but I hate to pollute the context menu further with rarely used items.

Thanks,
Andrew

On Thu, Mar 5, 2015 at 11:48 AM, Oberhuber, Martin <Martin.Oberhuber@xxxxxxxxxxxxx> wrote:

Hi CDT Experts,

 

I might be just blindfolded, but I just can’t find a way how to load an existing build log for my CDT project such that the build output parser could analyze it and set proper includes / defines for me.

 

Has this been moved or perhaps even removed ?

 

My builds always execute under a remote build manager, so I cannot build in the CDT console.

I’ve been successfully loading build logs in the past … in order to get high-quality indexer settings …

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top