Bug 424593 - Build Output Parser don't understand -DMACRO as -DMACRO=1
Summary: Build Output Parser don't understand -DMACRO as -DMACRO=1
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 8.2.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-22 15:27 EST by Phuc LeHong CLA
Modified: 2020-09-04 15:17 EDT (History)
2 users (show)

See Also:


Attachments
Workaround (1.61 KB, application/octet-stream)
2013-12-22 15:27 EST, Phuc LeHong CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Phuc LeHong CLA 2013-12-22 15:27:11 EST
Created attachment 238535 [details]
Workaround

gcc and most others compiler understand -DMACRO as -DMACRO=1, but BOP interpret it as -DMACRO= (ie empty value).

Attached file contains changes I've made to workaround this problem. I'm not an RE expert so there might be bugs in the proposed changes. Feel free to make it right.

Off Topic: Due to an unknown reason, I can't update the org.eclipse.cdt.managedbuilder Bundle in another eclipse install via its dropins sub directory. If someone can help...