Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6980 Discussions

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

ruihuasun
Beginner
1,433 Views

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 Kudos
1 Solution
Gennady_F_Intel
Moderator
1,402 Views

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.

View solution in original post

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
1,417 Views

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

0 Kudos
ruihuasun
Beginner
1,407 Views

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 Kudos
Gennady_F_Intel
Moderator
1,403 Views

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 Kudos
Gennady_F_Intel
Moderator
1,374 Views

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 Kudos
Reply