An open API service indexing awesome lists of open source software.

https://github.com/ebroecker/a2lupdater

Python Script that updates addresses in A2L-Files out of the DWARF-Info of an elf-file - Automotive - XCP
https://github.com/ebroecker/a2lupdater

Last synced: about 1 year ago
JSON representation

Python Script that updates addresses in A2L-Files out of the DWARF-Info of an elf-file - Automotive - XCP

Awesome Lists containing this project

README

          

# a2lupdater
Python Script that updates addresses in A2L-Files out of the DWARF-Info of an elf-file - Automotive - XCP

example: a2lUpdater.py elf-file.elf input.a2l output.a2l

**the nice thing:**
Supports strucure elements (this is why DWARF-Info is used)

* currently this script needs gnu objdump.exe - therefore objdump.exe ist in git repo
* currently this script only runs under windows (easy to adopt)
* currently only *MEASUREMENT* and *CALIBRATION* labels are supportet
* currently NO SUPPORT for "*SYMBOL_LINK*"
* currently NO SUPPORT for "*LINK_MAP*"

any comments are welcome

Eduard