View previous topic :: View next topic |
Author |
Message |
wahorger
Joined: 13 Oct 2014 Posts: 1239 Location: Morrison, CO, USA
|
Posted: Mon Mar 23, 2015 12:27 am Post subject: Cross reference (/XREF) |
|
|
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 |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8071 Location: Salford, UK
|
Posted: Mon Mar 23, 2015 3:02 pm Post subject: |
|
|
Perhaps there is nothing to cross reference when compiling a module.
It works OK for me when compiling a simple program. |
|
Back to top |
|
|
wahorger
Joined: 13 Oct 2014 Posts: 1239 Location: Morrison, CO, USA
|
Posted: Mon Mar 23, 2015 5:56 pm Post subject: |
|
|
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. |
|
Back to top |
|
|
|