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

xilink.exe crashes and MSVS reports error code -1073740777

Marián__VooDooMan__M
New Contributor II
446 Views

I was trying to offload some computation to GFX, and process "xilink.exe" crashes and output in visual studio says:

2>xilink: : error #10014: problem during multi-file optimization compilation (code -1073740777)
2>xilink: : error #10014: problem during multi-file optimization compilation (code -1073740777)

I thought we are in 21st century, so cryptic error codes were so popular in early 90's...

0 Kudos
4 Replies
Marián__VooDooMan__M
New Contributor II
446 Views

err, actually mcpcom.exe crashes.

0 Kudos
Marián__VooDooMan__M
New Contributor II
446 Views

any update on this issue?

0 Kudos
Anoop_M_Intel
Employee
446 Views

Are you using /Qipo compiler option when building your GFX offload code and does the offload code/function span across multiple compilation units in your application? Is it possible to share the code for further investigation?

Thanks and Regards
Anoop

0 Kudos
Marián__VooDooMan__M
New Contributor II
446 Views

I am not building with GFX offload, and I have an issue with the same configuration with URL https://software.intel.com/en-us/forums/topic/56213 ....

0 Kudos
Reply