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

should i source iccvar.sh ia32 or intel64 when i use icc to compile code with -m32 option?

wyf
Beginner
785 Views

I compile an code in -m32 mode. My computer is intel 64bit cpu.

when i initial icc envirenment, should i source iccvar.sh ia32 or intel64 when i use icc to compile code with -m32 option? 

0 Kudos
1 Solution
Viet_H_Intel
Moderator
785 Views

you should source for intel64.

View solution in original post

0 Kudos
2 Replies
Viet_H_Intel
Moderator
786 Views

you should source for intel64.

0 Kudos
phuchm
Beginner
413 Views

How about icx/icpx? I mean if I can build a C++ 32bit shared library with CMake and icx/icpx instead of icc?

0 Kudos
Reply