Page 1 of 1

NM2WCH

Posted: Thu Aug 29, 2013 12:11 pm
by MintyTheCat
Hello,

I was just looking at a Map File last Night and thought "it would be cool to have these Variables added automatically, can I do it with the Map File?". I then find that there's a Tool that converts NM's output to the Watcher-Format but I cannot get it to work.

I do this:

nm -n -S -t x rom.bin > rom.nm

And I get this:

"rom.bin: File format not recognised"

Now the ROM is correct but why would NM have an Issue, any Ideas?

Cheers.

Posted: Thu Aug 29, 2013 2:28 pm
by ElBarto
nm, works at the ELF level (or a.out/whatever but not binary).

Posted: Thu Aug 29, 2013 5:00 pm
by MintyTheCat
ElBarto wrote:nm, works at the ELF level (or a.out/whatever but not binary).
Right you are - I'll see about outputing ELF. Yes, that was silly of me - the MD is not likely to support ELFs :D

Posted: Mon Sep 02, 2013 3:16 pm
by KanedaFr
hi, perhaps you didn't see this post :
viewtopic.php?t=300