Silverfrost Forums

Welcome to our forums

Cross reference (/XREF)

22 Mar 2015 11:27 #15946

I tried using this option, but no file was generated, although FTN95 complained about my syntax for the first iteration.

If one does FTN95 /CONFIGURE, then XREF does not appear to be a settable option. If I attempt to use /XREF, a cross reference file does not get generated.

The syntax on my BUILD line has:

/XREF temp.xrf

And, I'm only compiling one module.

Any thoughts? Bill

23 Mar 2015 2:02 #15962

Perhaps there is nothing to cross reference when compiling a module. It works OK for me when compiling a simple program.

23 Mar 2015 4:56 #15969

My misuse of the term 'module'.

It is a complete subroutine that should generate a cross-reference.

Upon further investigation, I have found that if I include /XREF at the end of the command line, this generates the XRF file for the routine being compiled without having to supply a specific file name.

If /XREF appears before the end of the command line, then a specific file name must appear following it.

Please login to reply.