View previous topic :: View next topic |
Author |
Message |
supramaniam
Joined: 30 Aug 2005 Posts: 11
|
Posted: Tue Aug 30, 2005 7:33 pm Post subject: FTN77 Complier |
|
|
I have downloaded the software for FTN 77 compiler.
As I am not familiar with fortran 77,
Question is how I do I proceed to download my source code (ie in the codes are in wordpad text form)
and run the compiler.
Please assist
Supramaniam |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8037 Location: Salford, UK
|
Posted: Wed Aug 31, 2005 4:50 am Post subject: FTN77 Complier |
|
|
Try downloading FTN95. It will also run Fortran 77 programs and comes with detailed documentation and an Integrated Environment. |
|
Back to top |
|
|
supramaniam
Joined: 30 Aug 2005 Posts: 11
|
Posted: Thu Sep 01, 2005 11:03 pm Post subject: FTN77 Complier |
|
|
I have taken your advise and run my program (written in Fortran 77) but received
the following typical errors:
1986) 130 IF (NXP.NE.NXA) GO to 150
WARNING - Label 130 is declared, but not used
4312) 620 FORMAT (
4313) +/44H BG1 = 1ST BAND GAIN; BG2 = 2ND BAND GAIN;
4314) +/42H BE1 = 1ST BAND EDGE; BE2 = 2ND BAND EDGE )
WARNING - Comma missing in format
*** Unknown edit descriptor 'U', or missing coma
WARNING - Label 450 is declared, but not used
4762) SUBROUTINE SFREQ(W,SF)
WARNING - The argument W has not been used
Please advise what can be done to correct it.
Supramaniam |
|
Back to top |
|
|
|