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.

Internal compiler error with IVF

Deleted_U_Intel
Employee
404 Views
When a large program is compiled under CVF, it gives Lnk4084 error. As many people know, it still works under our new computer. When the program is ported to IF, it cannot be compiled. I also tried to create a new project with VS.net, it did not work either. Detail info is attached at the end.

I can port any other files and create some new files except this one. Is it a problem related to the IVF compiler? Or some obsolete functions in the program? How can I solve the problem?

Thank sblionel and others for your help.

James

Here is the message detail:

Build log written to "file://C:Documents and SettingsjzguMy DocumentsVisual Studio ProjectsPBWALLDebugBuildLog.txt"

Pbwall build failed.

Detail of the buildLog.txt:

------ Build started: Project: Pbwall, Configuration: Debug|Win32 ------

Compiling...

ifort /nologo /Zi /Od /include:"Debug/" /iface:cvf /iface:mixed_str_len_arg /module:"Debug/" /object:"Debug/" /traceback /check:bounds /c "C:Documents and SettingsjzguMy DocumentsVisual Studio ProjectsPBWALLPbwall.f90"

fortcom: Fatal: There has been an internal compiler error (C00000FD).

compilation aborted for C:Documents and SettingsjzguMy DocumentsVisual Studio ProjectsPBWALLPbwall.f90 (code 1)

0 Kudos
1 Reply
Steven_L_Intel1
Employee
404 Views
You should always send reports of such problems to Intel Premier Support. Please attach a ZIP archive of your project to your report.
However, I would first suggest that you download and install version 8.1 if you have not already done that. If the problem persists with version 8.1, then please do submit a report to Premier Support. There is no way to diagnose the problem without seeing the actual program.
0 Kudos
Reply