PGF90-F-0008-Error limit exceeded

Hello,

I am trying to compile CAMx (a air quality software) by using pgf90. But it is giving me following error:
[IqbalHossan@localhost software]$ make COMPILER=pgf CONFIG=V6.50 NCF=NCF4_C IEEE=true


  •                                                           *
    
  • MPI will NOT be built in *
  •                                                           *
    
  • NetCDF will be built in using version 4, with compression *
  •                                                           *
    
  • The IEEE option will be used *
  •                                                           *
    
  •  Executable is: CAMx.V6.50.noMPI.NCF4.ieee.pgf
    
  •                                                           *
    

make modules
make[1]: Entering directory /home/IqbalHossan/Documents/software' pgf90 -c -o Mod_src/camx_includes.o -I./Includes -I./Dummy_MPI -I/usr/local/netcdf/include -mcmodel=medium -O2 -Mdalign -Mextend -Mnoframe -byteswapio -Bstatic_pgi -Kieee -I./Modules -module ./Modules Mod_src/camx_includes.f PGF90-S-0017-Unable to open include file: camx.prm (Mod_src/camx_includes.f: 26) PGF90-S-0050-Assumed size array, z0lu, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rj, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rlu, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rac, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rlcs, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rlco, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rgss, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, rgso, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, lai_ref, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, z01, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, z02, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, fsoil, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, fsoilz, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0050-Assumed size array, fsoiloc, is not a dummy argument (./Includes/deposit.inc: 56) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - z0lu (Mod_src/camx_includes.f: 40) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rj (Mod_src/camx_includes.f: 41) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rlu (Mod_src/camx_includes.f: 42) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rac (Mod_src/camx_includes.f: 43) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rlcs (Mod_src/camx_includes.f: 44) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rlco (Mod_src/camx_includes.f: 45) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rgss (Mod_src/camx_includes.f: 46) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - rgso (Mod_src/camx_includes.f: 47) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - lai_ref (Mod_src/camx_includes.f: 49) PGF90-S-0310-Adjustable array can not have automatic bounds specifiers - z01 (Mod_src/camx_includes.f: 50) PGF90-F-0008-Error limit exceeded (Mod_src/camx_includes.f) PGF90/x86-64 Linux 19.10-0: compilation aborted make[1]: *** [Mod_src/camx_includes.o] Error 2 make[1]: Leaving directory /home/IqbalHossan/Documents/software’
make: *** [comp_pgf] Error 2
[IqbalHossan@localhost software]$

I would be grateful if you provide suggestions regarding this.
Thanks in advance

I figured it out.
It was something related to the software I was trying to compile. I used capital letter in one place in command where in source code it was in small letter.

Thanks