Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Error code 6404

balajimech87
Beginner
1,060 Views
Dear all
I get the following error when i try to buil a set of fortran codes.
Error 1 error #6404: This name does not have a type, and must have an explicit type. [LINKCK]
I use intel visual fortran 2011, i didnt not experience such error while using CVF 6.6.
Could any one help me in this regards
0 Kudos
1 Reply
mecej4
Honored Contributor III
1,060 Views
Show the context.

Is LINKCK the name of a variable or a subroutine or a function? Is it being passed as an argument in a function reference/subroutine call? What compiler options did you use? Does the source code have IMPLICIT NONE in it?
0 Kudos
Reply