-
I downloaded v0.2 and converted it to a VS 2005 Express project. It required maybe a dozen dx interface tweaks. Also, it needed a CG.Collect() to keep the resources flat-line. Otherwise, it seems to work ok, it has some visual problems. Need to figure that out. I'd gladly post my changes or hand them over. Whatever.
-Bruce.
2007-06-03 13:47:59 UTC in Airplane War
-
This works. Here's how.
build your project using sdcc and include the <b>--debug</b> flag. It will generate a <project name>.<i>nothing</i> file. This is the OMF!
I would like to check-in the fix that I have on my machine that appends <b>.M51</b>
-Bruce.
2003-02-17 16:29:39 UTC in Small Device C Compiler
-
I wrote an OMF2XML converter to make the OMF readable. If anyone wants it, just write me. It's vanilla stdio ANSI-C.
Also, there's a CDB2NOI converter with source available from noice.com. Check it out.
Seems theres a significant amount of interest here. Perhaps we should concider intergrating this into the compiler at some point?
Bruce Meacham.
2002-11-04 13:37:35 UTC in Small Device C Compiler
-
There was a post to this thread in January about converting the debug file .CDB to .OMF. I have the identical problem. There's already a .CDB to NoIce converter with source.
http://www.noicedebugger.com/download/cdb2noi.zip
It's good code. I'm planning to use that as a basis for the OMF converter.
If anyone has input, I'd greatly appreciate it.
-Bruce.
2002-10-31 19:15:54 UTC in Small Device C Compiler