Bug 351187 - Binary file are not recognized as binary when project created with several toolchains
Summary: Binary file are not recognized as binary when project created with several to...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 09:27 EDT by Gaetano Santoro CLA
Modified: 2020-09-04 15:24 EDT (History)
2 users (show)

See Also:


Attachments
patched getBinaryParser (2.08 KB, patch)
2011-07-05 09:31 EDT, Gaetano Santoro CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gaetano Santoro CLA 2011-07-05 09:27:56 EDT
Build Identifier: I20110613-1736

Binaries folder are not filled with all binaries after "Build Configurations -> Build all"

especially when using more than a toolchain, only the binary parser of the first toolchain is used

a workaround exists: go in project properties -> C/C++ Build -> Settings -> Binary parser and click on a binary parser then move up or down, then click OK 
the Binariaes folder are properly populated with all binary files

Reproducible: Always
Comment 1 Gaetano Santoro CLA 2011-07-05 09:31:44 EDT
Created attachment 199124 [details]
patched getBinaryParser

attached the proposed patch
Comment 2 Sebastien Leblanc CLA 2019-08-05 11:29:10 EDT
I observe the same behaviour with Eclipse Oxygen (CDT 9.4.3) and it is problematic to me, since I often use several toolchains in a unique project.

Is there a chance to have the proposed patch integrated in next CDT release ?