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

Link error

Yeming_X_
Beginner
315 Views

Dear everyone, I'm coding with the vs2010, when I link the MKL library,  the errors occurs:

>mkl_core.lib(_mc_xstrsm.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_p4n_xstrsm.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_mc3_sgemm_mscale.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_mc_sgemm_mscale.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_p4n_sgemm_mscale.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_def_sgemm_mscale.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_avx_xsgemm_par.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_mc3_xsgemm_par.obj) : error LNK2001: unresolved external symbol _fltused
1>mkl_core.lib(_mc_xsgemm_par.obj) : error LNK2001: unresolved external symbol _fltused

..mkl_intel_thread.lib(mkl_threading.obj) : error LNK2019: unresolved external symbol strcpy referenced in function mkl_read_threads_env

1>mkl_intel_thread.lib(mkl_threading.obj) : error LNK2019: unresolved external symbol atoi referenced in function mkl_read_threads_env
1>mkl_core.lib(mkl_cpuid.obj) : error LNK2001: unresolved external symbol atoi
1>mkl_core.lib(load_dll_static.obj) : error LNK2001: unresolved external symbol atoi
1>mkl_intel_thread.lib(mkl_threading.obj) : error LNK2019: unresolved external symbol strncpy referenced in function mkl_read_threads_env
1>mkl_core.lib(xerbla.obj) : error LNK2001: unresolved external symbol strncpy
1>mkl_core.lib(mkl_msg_support.obj) : error LNK2001: unresolved external symbol strncpy
1>mkl_intel_thread.lib(mkl_threading.obj) : error LNK2019: unresolved external symbol strcmp referenced in function mkl_read_threads_env
1>mkl_intel_thread.lib(strsm_drv.obj) : error LNK2019: unresolved external symbol exit referenced in function mkl_blas_strsm

 the linking library is "C:\Program Files\Intel\MKL\10.2.4.032\em64t\lib", and my CPU is i7-2670QM, my OS is windows 7 home basic,  would some one please help me to fix the problem,

thanks very much!!

0 Kudos
0 Replies
Reply