hi,
I get the following error when linking:
xilink @c:\users\thanch~1\appdata\local\temp\tmpzzji3e.lnk processes\dem\demextract.cpp(1206) (col. 1): internal error: 04010010_19179 xilink: error #10014: problem during multi-file optimization compilation (code 4) xilink: error #10014: problem during multi-file optimization compilation (code 4)
Compilation flags used are:
/c /nologo /W3 /Wport /Wcheck /Wp64 /Qvc12 /Qopenmp /Qstd=c++11 /Qansi-alias /Qdiag-disable:82,383,981,869,1744,2586,3280,3346,1125,11074,11075 /EHa /GR /Qms2 /Ob2 /Oi /Qparallel /QxHOST /O2 /MD /Qinline-dllimport- /Qipo
Linking flags used are:
/nologo /MANIFEST /MACHINE:X64 /dll
compiler version: Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.109 Build 20160721
Copyright (C) 1985-2016 Intel Corporation. All rights reserved.
OS: Windows 10 x64 Enterprise
I tried replacing /Qipo /O2 with /O1 and the result is the same. Replacing /Qipo /O2 with /Od leads to successful build, however it is not really an option.
Is there any way to track down the problem?
Thank you,
Teodor
Zone:
Thread Topic:
Bug Report