Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

What does this error mesage mean?

Intel_C_Intel
Employee
850 Views
f90: Error: DEC$ DESCRIPTOR/REFERENCE ATTRIBUTE valid only on interface dummy.

This error message appeared when I was trying to compile a simpe test program using the netCDF libs. Could someone give me a clue what the problem is? The error message occurs for every call of any of netCDF funtions.

Thanks, Jochen
0 Kudos
2 Replies
Steven_L_Intel1
Employee
850 Views
Well, the message means that the code used !DEC$ ATTRIBUTES REFERENCE (or DESCRIPTOR) outside of an INTERFACE block. What does the code look like? (Small excerpt, please.)

Steve
0 Kudos
isn-removed200637
850 Views
You may have omitted or accidently deleted an END INTERFACE statement.
0 Kudos
Reply