ek9852 / elf2rprc

Strip ELF to TI RPRC image format, same function as TI out2rprc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elf2rprc

Convert ELF file into TI RPRC image format.
Same function as TI out2rprc, but re-implemented and open source
Support only ELF file, not COFF file.
It basically packs sections with PROGBITS and SHF_ALLOC flag, then skip everything else.

Usage

elf2rprc <input elf file> <output rprc file>

Build Dependencies

sudo apt-get install build-essential pkg-config libelf

Build

make

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Strip ELF to TI RPRC image format, same function as TI out2rprc

License:MIT License


Languages

Language:C 96.5%Language:Makefile 3.5%