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

MS Visual Studio cannot find path

postaquestion
Novice
886 Views

When I open cmd I get the message:

Setting environment for using Microsoft Visual Studio 2005 x86 tools
The system cannot find the path specified

What should I do? I have downloaded the tools. Any help would be appreciated.

0 Kudos
5 Replies
Steven_L_Intel1
Employee
886 Views
What is the content of the compiler's IA32BINifortvars.bat file? You say "you have downloaded the tools" - what version of VS2005 do you have and what version of the compiler?
0 Kudos
mal2
Beginner
886 Views

Hi,

I have the same problem. I have installed the VS2005 Express edition and the version of the intel compiler is the 10.0.025. Here is the contentofmy ifortvars.bat file

@echo off
Rem Intel Visual Fortran Compiler Build Environment for 32-bit applications

echo.
echo Intel Fortran Compiler for applications running on IA-32, Version 10.0.025
echo Copyright (C) 1985-2007 Intel Corporation. All rights reserved.
echo.

@call "C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat"
@call "C:Program FilesMicrosoft Platform SDKSetEnv"
title Intel Fortran Compiler for applications running on IA-32, Version 10.0.025 build environment

echo.

SET IFORT_COMPILER10=C:Program FilesIntelCompilerFortran10.0.025

SET INTEL_SHARED=C:Program FilesCommon FilesIntelShared Files

SET INTEL_LICENSE_FILE=C:Program FilesCommon FilesIntelLicenses

SET PATH=%IFORT_COMPILER10%Ia32Bin;%INTEL_SHARED%Ia32Bin;%PATH%

SET LIB=%IFORT_COMPILER10%Ia32Lib;%LIB%

SET INCLUDE=%IFORT_COMPILER10%Ia32Include;%INCLUDE%

if exist "%FNL_DIR%IA32infnlsetup.bat" call "%FNL_DIR%IA32infnlsetup.bat"

Thanks a lot.

0 Kudos
Steven_L_Intel1
Employee
886 Views
Mal, I would expect that your case should work. Please post the full output of starting the command prompt window. Does C:Program FilesMicrosoft Visual Studio 8VCBinVcvars32.bat exist?
0 Kudos
mal2
Beginner
886 Views

Yes, the Vcvars32.bat exists. here it is the file:

"%VS80COMNTOOLS%vsvars32.bat"

Output:

Intel Fortran Compiler for applications running on IA-32, Version 10.0.025
Copyright (C) 1985-2007 Intel Corporation. All rights reserved.

Setting environment for using Microsoft Visual Studio 2005 x86 tools.
The system cannot find the path specified.

C:Windowssystem32>

0 Kudos
Steven_L_Intel1
Employee
886 Views
I've seen this before, but I can't remember what the solution is. First, please download and install the current 10.0.027 and see if the problem remains. Uninstall 10.0.025 before doing that. If the problem is still there, report it to Intel Premier Support and we'll figure it out.
0 Kudos
Reply