Skip to content

IQ-Inc/iarmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iarmapcmp

Build Status

A command-line program to compare two IAR EW map files, and a library for parsing the module summary sections from the map files. This repository has no affiliation with IAR.

Usage

iarmapcmp [left-map-file] [right-map-file]

Features

  • Parsers the "MODULE SUMMARY" table from an IAR map file
  • Identifies differences between module archives
  • Shows changs in object size across two map files

Contributing

The libary and program are written in Rust. Install Rust on your system. Then, from the command line:

cargo install

Build the source with cargo build, run tests with cargo test, and generate documentation with cargo doc [--open]. Visual Studio Code has wonderful Rust plug-ins, including the Rust Language Server (RLS) plugin.

About

IAR map file parsing and analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages