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

Error MSB6006 "icl.exe" exited with code 4

Anonymous
Not applicable
1,231 Views

Intel C++ Compiler do not work under a workspace with a path containing non-latin character.

Thus, I have to move the sln project to a folder with a path free of non-latin character to be able to compile the project.

C:\Users\キラ\source\repos\ConsoleApplication1 (Not compile)

E:\ConsoleApplication1 (Compile)

0 Kudos
5 Replies
RahulV_intel
Moderator
1,201 Views

Hi,

 

Could you please provide the following details?

 

  1. Parallel Studio/System Studio version (If applicable)
  2. Intel C/C++ compiler version
  3. Visual Studio version

 

 

Thanks,

Rahul

0 Kudos
Anonymous
Not applicable
1,153 Views

1- Intel Parallel Studio 2020

2- Intel C++ 19.1

3- Microsoft Visual Studio Community 2019

0 Kudos
RahulV_intel
Moderator
1,162 Views

Hi,


Any updates on this?


Thanks,

Rahul


0 Kudos
RahulV_intel
Moderator
1,142 Views

Hi,


Thanks for reporting this bug. The issue is reproducible with the Intel compiler 19.2 version as well.


I have forwarded this issue to the concerned team for a fix.



Thanks,

Rahul


0 Kudos
IntelSupport
Moderator
1,065 Views

A workaround is using options /Qnextgen, and the error will be away.


0 Kudos
Reply