I ended up getting rid of all but one of those warnings, it's now stating:
************************************************************
CMNDNO.CMN:5: warning:
common /CMNDNO/AVCSAD,AVCSD,BLOCK,CREN,CWCG,EPOR,ILLCMD,KD,
^
Initial padding for common block `cmndno' is...
That worked to remove that warning/error... now I am getting one talking about Padding. So I understand that it is saying there needs to be 3bytes (24bits) of 'padding' before 'blkovr' in the common line... but what exactly does this mean? I can not find anything on it in the pdf programmers...
I am using GNU's g77 compiler to ressurect an old Fortran 77 program. When I try to compile it I receive the following error(s):
------------------------------------------------------------
fltsat.f: In block-data `_BLOCK_DATA__':
fltsat.f:5:
include BLKDAT.CMN...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.