https://github.com/minty-meeo/mwlinkermap
A C++ library for parsing Metrowerks linker maps to extract symbolic information
https://github.com/minty-meeo/mwlinkermap
library linker map metrowerks symbol
Last synced: 8 months ago
JSON representation
A C++ library for parsing Metrowerks linker maps to extract symbolic information
- Host: GitHub
- URL: https://github.com/minty-meeo/mwlinkermap
- Owner: Minty-Meeo
- Created: 2023-02-26T02:22:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T03:17:40.000Z (about 1 year ago)
- Last Synced: 2025-03-30T04:20:28.948Z (about 1 year ago)
- Topics: library, linker, map, metrowerks, symbol
- Language: C++
- Homepage:
- Size: 399 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
CMakeLists works great with VSCode on Linux, I haven't tested anything else.
mkdir build && cd build
cmake -G "Unix Makefiles" .. && make
/Source/mwlinkermap-example is the test program executable.