https://bugs.llvm.org/show_bug.cgi?id=39841
Bug ID: 39841
Summary: Support ihex format
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-objcopy
Assignee: unassignedb...@nondot.org
Reporter: ruppre...@google.com
CC: alexander.v.shaposhni...@gmail.com,
jake.h.ehrl...@gmail.com,
jh7370.2...@my.bristol.ac.uk,
llvm-bugs@lists.llvm.org, ruppre...@google.com
Some users of objcopy (I think mostly embedded) rely on the ihex [1] format in
their toolchains.
e.g.
generating ihex: clang -o foo foo.o && llvm-objcopy -O ihex foo foo.hex
converting to binary: llvm-objcopy -I ihex -O binary foo.hex foo.bin
We already have {Binary,ELF}{Reader,Writer} classes, this would require a third
Ihex{Reader,Writer}.
[1] https://en.wikipedia.org/wiki/Intel_HEX
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs