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

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

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.