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
- Host: GitHub
- URL: https://github.com/ebroecker/a2lupdater
- Owner: ebroecker
- Created: 2015-10-15T19:33:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T13:11:31.000Z (over 10 years ago)
- Last Synced: 2023-10-20T19:35:06.886Z (over 2 years ago)
- Language: Python
- Size: 509 KB
- Stars: 28
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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