[llvm-bugs] [Bug 39841] New: Support ihex format

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Nov 29 13:17:37 PST 2018


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: unassignedbugs at nondot.org
          Reporter: rupprecht at google.com
                CC: alexander.v.shaposhnikov at gmail.com,
                    jake.h.ehrlich at gmail.com,
                    jh7370.2008 at my.bristol.ac.uk,
                    llvm-bugs at lists.llvm.org, rupprecht at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181129/e1967086/attachment.html>


More information about the llvm-bugs mailing list