eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
106 stars 39 forks source link

Problem with loading ELF file produced by CodeWarrior toolchain #42

Open marekvi95 opened 5 months ago

marekvi95 commented 5 months ago

Hello Erik,

I am not able to parse ELF file produced by CodeWarrior. I get the following error: bincopy.AddDataError: data added to a segment must be adjacent to or overlapping with the original segment data

However, I am able to parse it using the pyelftools.

Attached is the ELF file and corresponding binary created by the objcopy. files.zip

Thanks, Marek

eerimoq commented 5 months ago

I don't have time to look into this, sorry.