Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7783 Discussions

Intel Compiler using libs from gcc 4.5.2

zvivered
Beginner
194 Views

Hello,

I'm using Intel Compiler 11.1/064

The intel compiler uses include files and libs from gcc 4.3.2 created with the crosstool-ng project.

I'm using the swithc -gcc-version=430 in compilation

Now I want to use gcc 4.5.2

Should this work ? 

Thanks,

Zvika

 

0 Kudos
1 Reply
TimP
Black Belt
194 Views
A gcc minor version update should not affect compatibility with icc/icpc. For major version updates in gcc, you would need a more up to date icc (13.x for icpc 4.7).
Reply