M
Matt Gilarde
Guest
The various listing files (LISTING, XREF, XREF-XML, STRING-XREF, PREPROCESS, etc.) are opened before the compilation starts and are closed when the compilation stops, whether it stops because it is complete or because there was an error. XREF-XML will delete the XML file if there is a compilation error, presumably because an incomplete XML file is useless. All of the other listings are left behind in whatever state they are at the time the compilation ends. Even empty files should be left behind. Are you using XREF-XML? That's the only way I see that the compile would fail and not leave behind the XREF file.
Continue reading...
Continue reading...