Bug 461628 - A tool of a toolchain should be allowed to generate the same output resource name
Summary: A tool of a toolchain should be allowed to generate the same output resource ...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 8.6.0   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 18:59 EST by guy bonneau CLA
Modified: 2020-09-04 15:20 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description guy bonneau CLA 2015-03-06 18:59:01 EST
Some tools within a toolchain can potentially generate an output resource with the same name even if the input resource name to the tool is not the same. In such case the CDT Managed builder will complain and throw an exception thus aborting the compilation. 

This is the case for example of the Microsoft C/C++ compiler. When symbols are optionally requested and generated while C/C++ source files are compiled they are added/merged to a unique intermediate pdb symbol file which by default is called VCx.pdb (x being the compiler version)

To support a toolchain that has tools generating an output resource with the same name a new build property attribute associated to the tool is needed to specify that a tool can generate an output resource with the same name every time it is called.
Comment 1 Eclipse Genie CLA 2015-03-07 23:11:00 EST
New Gerrit change created: https://git.eclipse.org/r/43352