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.
7782 Discussions

Same compile works with cc = cl (microsoft) Fails with cc = icl

Joseph_R_
Beginner
215 Views

Hi

If there is something wrong with my includes regarding my re-definition of size_t then how  come I compile cc = cl (visual studio)

and Fail with intel cc = icl I didn't change any of the compiler options but should that be an issue

Thanks

0 Kudos
1 Reply
JenniferJ
Moderator
215 Views

make sure the target is the same. If it's for IA32 with VC, make sure to use the same build env for IA32 when using ICL.

Jennifer

Reply