Intel® C++ Compiler

Upgrade Composer 2013 to Update 4: VS2012 doesn't work anymore

I updated my Composer 2013 today to Update 4 (Windows 7 prof 64bit) and the TBB to recent version. Since that moment my Visual Studio 2013 doesn't work anymore. In existing and new projects (empty, console), I always get the error that the assembly Intel.Misc.Utilities in version 1.0.0.0  couldn't be found. I can't update project properties or something else.

Thanks for all help!

Michael

Eclipse CDT Linux DNDEBUG

Hi,

I try to use macros for assert on release build configuration.

I want to add #define NDEBUG each time I build a release.  I went to project properties -> paths and symbols and under symbols added the NDEBUG.

When I compile using Intel compiler it dosn't have any affect but when I use gcc it works.

Can anybody tell me what is the reason for the behaviour?

Thanks! 

unknown symbols in ixgbe driver built by icc

Hi,

    I have problems with building and loading 10GBE ixgbe driver. I built the driver with icc successfully. But when I tried to load it with "insmod ixgbe.ko",  I get error message "unknown symbol __intel_security_check_cookie" and "unknown symbol __intel_security_cookie", but the driver soucecode does not contain these symbols. It seems like they are two symbols in some lib of icc, but the kernel doesn't contain the lib.

    So how could I build the driver without these symbols? Or how could I import these symbols into the kernel space?

    Thanks

failure to build boost with Composer 2013 SP1

Hi,

I have problems building boost (1.53) with the beta of Composer 2013 SP1 running on Windows 8 with Visual Studio 2012 Professional installed. Within "Intel 64 Visual Studio 2012 mode" command prompt, in the boost download directory I executed

bootstrap intel-win32

The first part of the script (compilation) succeeds, but then the script fails and in the bootstrap log I can see

...

C:\boost\boost_1_53_0\tools\build\v2\engine>.\bootstrap\jam0 -f build.jam --toolset=intel-win32 "--toolset-root= " -win32 clean

Invalid option: -w

...

xilink : error #10014: problem during multi-file optimization compilation (code 1)

I am using Paralell Studio 2011 with Visual Studio 2010 and i tried to use the Intel C++ compiler instead of the Microsoft one for a medium large project (250 k loc).

The x86 Version builds and runs. The x64 Version stops building with:

2>  Fatal compilation error: Out of memory asking for 2097160.
2>xilink : error #10014: problem during multi-file optimization compilation (code 1)
2>xilink : error #10014: problem during multi-file optimization compilation (code 1)

This is a XP x64 Machine with 14 GB RAM.

I Googled and i found this topic:

UI issue in a Splash Dialog of Visual Studio 2008 after installation of Update 2 for Intel C++ compiler version 13

I detected a small UI issue in a Splash Dialog of Visual Studio 2008 ( Professional Edition ) after installation of Update 2 for Intel C++ compiler version 13:

Update 2 string is Not displayed and take a look at attached screenshot. Thanks in advance.

 

icpc and libc++ on OS X

Hi,

Is there a way to switch between libc++ and libstdc++ on Mac OS X 10.8 when icpc is used? The reason is pretty simple, libc++ includes the c++11 features and libstdc++ shiped with XCode is pretty old.

The clang compiler enables me to use shared_ptr without additional libraries like boost (command line: "clang++ -std=c++11 -stdlib=libc++"). In case of icpc, libstdc++ is always used, even if I use options "icpc -std=c++11 -use-clang-env". So I'm looking for an option like "-stdlib=libc++" of the clang compiler, which I did not find in the icpc manual.

Páginas

Suscribirse a Intel® C++ Compiler