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

Internal Compiler Error: C00000FD

emc-nyc
Beginner
2,607 Views
I'm running IVF 8.0 (Intel Fortran Compiler Integration for Microsoft Visual Studio .NET 2003, Version 8.0.2000.2003).
Similarly to a user in the archived forum, I'm getting
Compiling...
ifort /Zi /Od /include:"c:development_source ewMindBase" /noaltparam /stand:f95 /Qopenmp_report:2 /Qpar_report:3 /Qvec_report:5 /warn:declarations /warn:ignore_loc /Qfpstkchk /module:"Debug/" /object:"Debug/" /asmattr:source /asmfile:"Debug/" /traceback /check:bounds /check:format /check:output_conversion /libs:static /dbglibs /c C:DEVELOPMENT_SOURCENEWMINDBASEmindbase_mod.f90
Intel Fortran Compiler for 32-bit applications, Version 8.0 Build 20040125Z Package ID: w_fc_pc_8.0.040
Copyright (C) 1985-2004 Intel Corporation. All rights reserved.

fortcom: Fatal: There has been an internal compiler error (C00000FD).
compilation aborted for C:DEVELOPMENT_SOURCENEWMINDBASEmindbase_mod.f90 (code 1)


MindBase build failed.
Does anybody have experience with this error for this version of the compiler?


0 Kudos
3 Replies
TimP
Honored Contributor III
2,607 Views
I believe there are known problems with combinations of some of the options you quote.
I wish they could be solved quicker. Specifically, I have not been able to build applications
with the 8.0 IA32 compiler with debug and openmp options combined. You are welcome to
submit a bug report on premier.intel.com.
0 Kudos
TimP
Honored Contributor III
2,607 Views
I believe there are known problems with combinations of some of the options you quote.
I wish they could be solved quicker. Specifically, I have not been able to build applications
with the 8.0 IA32 compiler with debug and openmp options combined. You are welcome to
submit a bug report on premier.intel.com. Meanwhile, your options are to simplify the build,
or try the 7.1 compiler if it meets your needs.
0 Kudos
Steven_L_Intel1
Employee
2,607 Views
Please submit an example to Intel Premier Support.
0 Kudos
Reply