Open laqieer opened 2 years ago
I'm unsure what is actually wrong here. While the crash is sort of worked around, the resulting data generated is still very wrong. This is stranger still because arm-none-eabi-gcc generated map files usually work fine.
Further investigation into the specific map file will be needed.
I resolved the error by removing duplicated output section name according to info reminded in 1.1.2
, but it cannot analyze the map to show correct data yet as you said.
The motivation is to analyze space usage by parsing map file, and I did it using several alternatives as you mentioned in the README, and they work as expected. Finally I wrote a small tool to analyze my map file and generate space analysis report by myself. More details: https://github.com/laqieer/FEHR/wiki/Development#space-analysis
It is glad to see your reply after 2 years, thanks!
Error
Version
1.0.0
Mapfile
fe7-jp-stunning-tribble.map.txt
Toolchain