Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7953 Discussions

Intel Compiler using libs from gcc 4.5.2

zvivered
Beginner
265 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
Honored Contributor III
265 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).
0 Kudos
Reply