Hi Marko,

> Has anyone written a "lint" program for *.img files that would validate
> all the cross-references?  Or a program to pretty-print the data structures
> in sorted format?  The sorted pretty-print should be identical across runs.

There are various programs around for printing out the stuff in IMG
files. I have a hacked version of imgdecode that is somewhat more
useful than the original and there is always the "display" code written
by Steve.

I am simply using cmp -l to do a byte-for-byte comparison of
the files generated by various runs of mkgmap and then using imgdecode
and display to locate where the differences reside.

Cheers,

Mark
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to