Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.
29285 Discussions

Warning: Line truncated at 7200 characters

ecc26
Beginner
684 Views
I just try to compile this code and I get this warning. "Warning: Line truncated at 7200 characters" Do this mean the compiler won't take the format in which this code was written. Is there any way to fix it.?

thank you
0 Kudos
1 Reply
james1
Beginner
684 Views
Sounds like your source file lacks record delimiters. Did you by chance FTP this from another system? The way to fix it in this case would be to get the source with the record delimiters intact.

James
0 Kudos
Reply