Nicholas
Reged: Oct 27 2005
Posts: 1
|
|
How can I get the maximum amount of debug info from the ARClite C compiler? I'm writing a debug application for our device and would like to know if it is possible to generate any of the supported output formats with debug info included. If not, is there any documentation on the .sdb file? It looks like I may be able to extract some type information from it.
Thanks, Nick
|
lucky
HI-TECH team member
   
Reged: Oct 06 2003
Posts: 1054
Loc: Brisbane, Australia
|
|
Quote:
How can I get the maximum amount of debug info from the ARClite C compiler? I'm writing a debug application for our device and would like to know if it is possible to generate any of the supported output formats with debug info included. If not, is there any documentation on the .sdb file? It looks like I may be able to extract some type information from it.
All debugging information can be derived from .SYM files and .SDB files. Our utility "cromwell" reads these in, in order to generate various types of output formats. I believe we have some documentation on our ftp site (ftp.htsoft.com) about our file formats, or we would probably provide something if you contact support.
-------------------- Matt Luckman
HI-TECH Software
|