<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic LNK2001 Error in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993150#M22593</link>
    <description>&lt;DIV&gt;
&lt;DIV&gt;When I use IPP eMVC++, I have below error, which wasn't in Microsoft compiler. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;error LNK2001: unresolved external symbol __divsi3&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Is there someone who can solve this?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 30 Mar 2005 02:16:06 GMT</pubDate>
    <dc:creator>ysyoon</dc:creator>
    <dc:date>2005-03-30T02:16:06Z</dc:date>
    <item>
      <title>LNK2001 Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993150#M22593</link>
      <description>&lt;DIV&gt;
&lt;DIV&gt;When I use IPP eMVC++, I have below error, which wasn't in Microsoft compiler. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;error LNK2001: unresolved external symbol __divsi3&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Is there someone who can solve this?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Mar 2005 02:16:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993150#M22593</guid>
      <dc:creator>ysyoon</dc:creator>
      <dc:date>2005-03-30T02:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: LNK2001 Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993151#M22594</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;could you provide more details? What you are tried to compile?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Mar 2005 03:07:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993151#M22594</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-30T03:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: LNK2001 Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993152#M22595</link>
      <description>&lt;DIV&gt;I made a dll which hooks data from an audio driver in PXA250 machine. At first, I did everything using eMVC++4.2 and currenty tried to compile it and compare it with MS compiler. As soon as I run Intel compiler for eMVC++ 4.2 I had this message and no more advance. &lt;/DIV&gt;
&lt;DIV&gt;I think it is more like intel compiler problem rather than IPP. &lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you.&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Mar 2005 03:18:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993152#M22595</guid>
      <dc:creator>ysyoon</dc:creator>
      <dc:date>2005-03-30T03:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: LNK2001 Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993153#M22596</link>
      <description>&lt;DIV&gt;You can search for this symbol in libraries which comes with Intel compiler, probably you need to link some additional libraries when you use Intel compiler.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Wed, 30 Mar 2005 03:24:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993153#M22596</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-30T03:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: LNK2001 Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993154#M22597</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;Thank you Vladimir.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;I tried to include &lt;STDIO.H&gt;in my project which was explained as in their help file. Below is the code from the IPP C++ compiler help file. But still have same problem. I have no idea why it happened.&lt;/STDIO.H&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV style="MARGIN-TOP: 4pt; FONT-WEIGHT: normal; MARGIN-BOTTOM: 2pt; TEXT-TRANSFORM: none; COLOR: #000000; FONT-STYLE: normal; FONT-VARIANT: normal; TEXT-DECORATION: none"&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt;long long x = -7, y = -2;&lt;BR /&gt;&lt;BR /&gt;printf("The value of integer %ld / %ld is %ld
", x, y, &lt;SPAN&gt;__divsi3(x, y)&lt;/SPAN&gt;);&lt;BR /&gt;&lt;BR /&gt;return 0;&lt;BR /&gt;}&lt;/STDIO.H&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Message Edited by ysyoon@hotmail.com on &lt;SPAN class="date_text"&gt;03-30-2005&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;08:06 AM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2005 00:05:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993154#M22597</guid>
      <dc:creator>ysyoon</dc:creator>
      <dc:date>2005-03-31T00:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: LNK2001 Error</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993155#M22598</link>
      <description>&lt;DIV&gt;Hi,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;no, I think you need to link you application with some library which comes with Intel compiler, something like libm.lib or so one. You can search _divsi3 symbol in LIB folder where compiler installed to find in which lib it is defined.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regards,&lt;/DIV&gt;
&lt;DIV&gt; Vladimir&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 Mar 2005 02:34:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/LNK2001-Error/m-p/993155#M22598</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2005-03-31T02:34:11Z</dc:date>
    </item>
  </channel>
</rss>

