Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
whmoweryjr@yahoo.com
Total Points:
105
Status Points:
55
Green Belt
July 3, 2009 6:48 PM PDT
Older Compilers on the command line can't find...
Hi folks;

Trying to build a simple console app from the command line {using version Intel C++ compiler 10.0.025}
since i only have visual C++ Express 2008.

I need to make some changes in some bat or config or whatever files to
get this whole thing working.
Please tell me what to do to what file...

There used to be a good writeup on this somewhere,
but i can't find it {after many hours searching}

Here is the error i get:

C:\Users\WHMoweryJr\Documents\DeepLearninToga 1.9\DeepLearninToga 1.9.10\src\uti
l.h(9): catastrophic error: could not open source file "cstdio"
  #include <cstdio>
                   ^

here is the iclvars.bat file:

@echo off
Rem Intel(R) C++ Compiler for applications running IA-32

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

REM @call "<Microsoft VC++ Bin Dir>\Bin\Vcvars32.bat"
echo Unable to find Microsoft Visual C++ 6.0 or better. 
echo Intel(R) C++ Compiler for applications running IA-32 will not function properly.
title Intel(R) C++ Compiler for applications running IA-32, Version 10.0.025

echo.

SET ICPP_COMPILER10=C:\Program Files (x86)\Intel\Compiler\C++\10.0.025\

SET INTEL_SHARED=C:\Program Files (x86)\Common Files\Intel\Shared Files

SET INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses

SET PATH=%ICPP_COMPILER10%\Ia32\Bin;%INTEL_SHARED%\Ia32\Bin;%PATH%

SET LIB=%ICPP_COMPILER10%\Ia32\Lib;%LIB%

SET INCLUDE=%ICPP_COMPILER10%\Ia32\Include;%INCLUDE%

 



bustaf
Total Points:
2,330
Status Points:
1,830
Brown Belt
July 3, 2009 9:31 PM PDT
Rate
 
#1
Hi folks;

Trying to build a simple console app from the command line {using version Intel C++ compiler 10.0.025}
since i only have visual C++ Express 2008.

I need to make some changes in some bat or config or whatever files to
get this whole thing working.
Please tell me what to do to what file...

There used to be a good writeup on this somewhere,
but i can't find it {after many hours searching}

Here is the error i get:

C:\Users\WHMoweryJr\Documents\DeepLearninToga 1.9\DeepLearninToga 1.9.10\src\uti
l.h(9): catastrophic error: could not open source file "cstdio"
  #include <cstdio>
                   ^

here is the iclvars.bat file:

@echo off
Rem Intel(R) C++ Compiler for applications running IA-32

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

REM @call "<Microsoft VC++ Bin Dir>\Bin\Vcvars32.bat"
echo Unable to find Microsoft Visual C++ 6.0 or better. 
echo Intel(R) C++ Compiler for applications running IA-32 will not function properly.
title Intel(R) C++ Compiler for applications running IA-32, Version 10.0.025

echo.

SET ICPP_COMPILER10=C:\Program Files (x86)\Intel\Compiler\C++\10.0.025\

SET INTEL_SHARED=C:\Program Files (x86)\Common Files\Intel\Shared Files

SET INTEL_LICENSE_FILE=C:\Program Files (x86)\Common Files\Intel\Licenses

SET PATH=%ICPP_COMPILER10%\Ia32\Bin;%INTEL_SHARED%\Ia32\Bin;%PATH%

SET LIB=%ICPP_COMPILER10%\Ia32\Lib;%LIB%

SET INCLUDE=%ICPP_COMPILER10%\Ia32\Include;%INCLUDE%

 




Hi

My O/S is WINDOWS7


Microsoft Visual Studio 2008
Version 9.0.21022.8 RTM
Microsoft .NET Framework
Version 3.5 SP1

Édition installée : VC Express

C:\Windows\system32>icl without_money.cc
Intel(R) C   Compiler Professional for applications running on IA-32, Version 11
.0    Build 20080930 Package ID: w_cproc_p_11.0.061
Copyright (C) 1985-2008 Intel Corporation.  All rights reserved.

Error: A license for CCompW could not be obtained.

Your license has expired.

License file(s) used were (in this order):
    1.  Trusted Storage
    2.  C:\Program Files\Common Files\Intel\Licenses\*.lic
    3.  F:\PROGRA~1\Intel\Compiler\11.0\061\cpp\Bin\ia32\*.lic

Please visit http://www.intel.com/software/products to obtain license renewal in
formation.

icl: error #10052: could not checkout FLEXlm license

I have make sample  "hello world "  before time evaluation expired and is working well ... (shell command line)
Now same you can see i have "hello give your money ..."

Use 11.0\061 probably  would be work correctly.
Best regards




Om Sachan (Intel)
Total Points:
7,230
Status Points:
6,730
Brown Belt
July 5, 2009 11:21 PM PDT
Rate
 
#2
Intel C++ compiler 10.0.025 may be used only with VS expresess edition 2005.

The latest vesrion of Intel C++ compiler 11.x supports both VS2005 express edition and VS2008 express edition.




Intel Software Network Forums Statistics

8283 users have contributed to 31229 threads and 99098 posts to date.
In the past 24 hours, we have 25 new thread(s) 85 new posts(s), and 120 new user(s).

In the past 3 days, the most popular thread for everyone has been comparison cilk++, openmp, pthreads first results The most posts were made to comparison cilk++, openmp, pthreads first results The post with the most views is It certainly appears that al

Please welcome our newest member shoguntom