Displaying 3 results from an estimated 3 matches for "elf32l".
Did you mean:
elf32
2017 Nov 13
4
How to objcopy via LLVM toolchain for armv7e-m ELF32LE?
...#39;: The file was not recognized as a
valid object file.
if (ELFObjectFile<ELF64LE> *o =
dyn_cast<ELFObjectFile<ELF64LE>>(&Binary))
https://github.com/llvm-mirror/llvm/blob/master/tools/llvm-objcopy/llvm-objcopy.cpp#L200
Please give me some hints about objcopy armv7e-m ELF32LE via LLVM
toolchain, thanks a lot!
--
Regards,
Leslie Zhai - https://reviews.llvm.org/p/xiangzhai/
2017 Jun 06
3
llvm-objcopy proposal
...m
currently looking for reviewers on it. The phabricator link is here:
https://reviews.llvm.org/D33964. I'd like to find people willing to review
this as I work on this going forward as well. I haven't bothered worrying
about it but I imagine that this will template fairly easily to support
ELF32LE, ELF32BE, and ELF64BE.
Would anyone be willing to let me set them as a reviewer going forward for
future CLs?
On Sun, Jun 4, 2017 at 6:07 PM Sean Silva via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Fri, Jun 2, 2017 at 3:52 PM, James Y Knight via llvm-dev <
> llvm-dev at...
2017 Jun 02
2
llvm-objcopy proposal
On Fri, Jun 2, 2017 at 2:34 PM, Ed Maste via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> One additional use case for you: converting from a binary to an ELF object
> file
> ```
> objcopy -I binary -O elf64-x86-64 foo.bin foo.o
> ```
> This is sometimes used for embedding binary files for use by drivers and
> such.
>
Yea, unfortunately the command-line you