Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7287 讨论

Intel oneAPI mkl error MSB3073 and the build exited with code 1

ruihuasun
初学者
3,683 次查看

Error MSB3073: The command "mkl_link_tool.exe -libs -c intel_c -a intel64 -p no 2> NUL" exited with code1.

The corresponed line in <Intel.Libs.oneMKL.Intel C++ Compiler 2021.targets> is 

<Exec ConsoleToMSBuild="true" EchoOff="true" StandardOutputImportance="low" Command="mkl_link_tool.exe $(MKLArguments) 2&gt; NUL" WorkingDirectory="$(oneMKLProductDir)\bin\$(IntelPlatform)">
<Output TaskParameter="ConsoleOutput" ItemName="_oneMKLLibraries" />
</Exec>

there is a similar error with code 9009, but apparently there are totally different.

Does anyone know how to fix it?

 

0 项奖励
1 解答
Gennady_F_Intel
主持人
3,652 次查看

To run the mkl_link_tool.exe you don't need to have a compiler at all.  The recommendation is to wait for the official release of oneAPI Package, take the oneAPI Base toolkit which will contain the latest MKL bits, and check how this link toll work.

在原帖中查看解决方案

0 项奖励
4 回复数
Gennady_F_Intel
主持人
3,667 次查看

What version of MKL do you use? oneMKL mentioned in your report has not been officially released.

0 项奖励
ruihuasun
初学者
3,658 次查看

I download from here https://software.intel.com/content/www/us/en/develop/tools/oneapi.html

It seems that I can't get the classical Intel c++ compiler from Intel website, becauz all the links of Intel compiler is redirected to the oneAPI.

0 项奖励
Gennady_F_Intel
主持人
3,653 次查看

To run the mkl_link_tool.exe you don't need to have a compiler at all.  The recommendation is to wait for the official release of oneAPI Package, take the oneAPI Base toolkit which will contain the latest MKL bits, and check how this link toll work.

0 项奖励
Gennady_F_Intel
主持人
3,624 次查看

The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.

0 项奖励
回复