Bug 10778 - wince target should use pei-arm-wince-little target
Summary: wince target should use pei-arm-wince-little target
Status: NEW
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.19
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 14:32 UTC by Yann Droneaud
Modified: 2009-10-14 14:42 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
Try to enable pei-arm-wince as machine in dlltool (678 bytes, patch)
2009-10-14 14:42 UTC, Yann Droneaud
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yann Droneaud 2009-10-14 14:32:29 UTC
When asking for arm-wince target, binutils are built to use pe-arm-wince-little
format.

But it seems that Visual Studio is generating executable / .lib with format
pei-arm-wince-little.

In particular, dlltool and as have no option to choose between
pe-arm-wince-little and pei-arm-wince-little
Comment 1 Yann Droneaud 2009-10-14 14:42:41 UTC
Created attachment 4279 [details]
Try to enable pei-arm-wince as machine in dlltool

Here is a patch which try to enable pei-arm-wince-little as BFD target for
dlltool.
Generating .lib file doesn't work as expected: produce a mix of
pe-arm-wince-little and pei-arm-wince-little with ambigous warning from objdump