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

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

Joseph_R_
Beginner
380 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
380 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

0 Kudos
Reply