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

Microsift Visual Studio with Intel 64 Fortran Compiler for windows 7

M_v__Ramana_Murthy
765 Views
I am using windows 7 with 64 bit operating system and Intel Xeon Processor. I installed Microsoft Visual studio 2008 and also Intel 64 Fortran Compiler for windows (w_fcompxe_intel64_2011.6.233).When I am compiling the fortran program, the following error " Intel Visual Fortran compiler 'x64' not installed". is coming. Then I checked the compiler from Tools-> Options->Inter Visual Fortram->Compilers. On the right hand side "No compiler Installed" is displaying.
Please suggest how to ensure that the compiler got installed
regards,
Reddy
0 Kudos
4 Replies
TimP
Honored Contributor III
765 Views
If you didn't install the C++ X64 compiler (these are separate options in VS2008 installation), you must modify your VS2008 installation accordingly. Did you consult the "Troubleshooting.... paper on VS integration posted at the top of this forum?
0 Kudos
Steven_L_Intel1
Employee
765 Views
Please see the Fortran release notes for instructions on how to configure VS2008 (or VS2005) for x64. This is not needed in VS2010 nor if you are installing the shell from Intel Visual Fortran.
0 Kudos
M_v__Ramana_Murthy
765 Views
Thank you very much for your suggestion and now I had overcome the compiler issue and could able to compile the problem without errors but giving the following warning
-------------------------------------------------------------------------------------------------
Compiling with Intel Visual Fortran Compiler XE 12.1.0.233 [Intel 64]...
tsunami.for
Project : warning PRJ0018 : The following environment variables were not found:
$(WindowsSdkDir)
$(FrameworkSDKDir)
Build log written to "file://G:\Console1\Console1\x64\Debug\BuildLog.htm"
Console1 - 0 error(s), 0 warning(s)
--------------------------------------------------------------------------------------------------
In the next stage during building the project it gives an error "mt.exe not found".

Please give some suggestions.

Reddy
0 Kudos
Steven_L_Intel1
Employee
765 Views
Please uninstall and reinstall Intel Visual Fortran.
0 Kudos
Reply