Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

LNK2001: unresolved external symbol __intel_new_feature_proc_init

$
0
0

I'm getting an  "error LNK2001: unresolved external symbol __intel_new_feature_proc_init" with the accompanying LNK1120.

I'm using VS2013 Professional (though I am not!) and just upgraded to Intel Parallel Studio XE 2015 Update 2 yesterday in order to use the OpenMP 4.0 specification that you get with the Intel C++ 15.0 compiler.

My release configuration was working without the error but my debug was not.  I attempted to go through and make the debug linker setting similar to the release.  However now both configurations produce the same LNK2001 error.  The only thing I believe I changed in the release config was an updated path to an AMD ACML directory (don't kick me off for not using Intel MKL: one problem at a time!).

I'm modifying some old code to use OpenMP 4.0 features and can't (don't want to) use VS2013's OpenMP 2.0 compiler.

What linker setting should I be looking at to ID this external symbol error?  I saw two other posts without a resolution on them.

Thanks,

Jimmy


Viewing all articles
Browse latest Browse all 1616

Trending Articles