<?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 compilation error: undefined reference to `ippmMul_tm_64f_P' in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/compilation-error-undefined-reference-to-ippmMul-tm-64f-P/m-p/807359#M3701</link>
    <description>&lt;P&gt;Hi Guangyi,&lt;BR /&gt;&lt;BR /&gt;The function ippmMul is declared in the ippm.h header file. So you may link ippm library in your command line &lt;BR /&gt;&lt;BR /&gt;For example&lt;BR /&gt;-lippi -lippm -lipps -lippcore&lt;BR /&gt;some IPP KB artices for your reference: &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-library-dependencies-by-domain/"&gt;&lt;B&gt;Intel IPP- Library dependencies by domain&lt;/B&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-find-the-intel-ipp-libraries-needed-by-your-application/"&gt;&lt;B&gt;Find the Intel IPP Libraries Needed by Your Application&lt;/B&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/how-to-build-ipp-application-in-linux-environment/"&gt;&lt;B&gt;How to build Intel IPP application in Linux* Environment&lt;/B&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2011 08:54:09 GMT</pubDate>
    <dc:creator>Ying_H_Intel</dc:creator>
    <dc:date>2011-10-26T08:54:09Z</dc:date>
    <item>
      <title>compilation error: undefined reference to `ippmMul_tm_64f_P'</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/compilation-error-undefined-reference-to-ippmMul-tm-64f-P/m-p/807358#M3700</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am using Intel IPP on a 32-bit Linux machine. When I compiled my C++ code, I had the this error message: &lt;BR /&gt;&lt;BR /&gt;"undefined reference to ippmMul_tm_64f_P"&lt;BR /&gt;&lt;BR /&gt;My compiling command is as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gcc -g &lt;BR /&gt;
  -I/home/etudiant/quality/src/vif/inc -I/opt/intel/ipp/include 
-I/home/etudiant/OpenCV-2.3.1/include/opencv 
-I/home/etudiant/OpenCV-2.3.1/include &lt;BR /&gt;  -c 
src/vif/src/corrdn.cpp src/vif/src/matio.cpp src/vif/src/matutil.cpp 
src/vif/src/spyramid.cpp src/vif/src/vifparams.cpp 
src/vif/src/vifsubestm.cpp src/vif/src/vif.cpp &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gcc -g 
-L/opt/intel/ipp/lib/ia32 -L/home/etudiant/OpenCV-2.3.1/lib 
-lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml 
-lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect 
-lopencv_contrib -lopencv_legacy -lopencv_flann -lippi -lipps 
-lippcore -lm &lt;BR /&gt;  bin/corrdn.o bin/matio.o bin/matutil.o bin/spyramid.o bin/vifparams.o bin/vifsubestm.o bin/vif.o &lt;BR /&gt;  vifmain.o -o vif &lt;BR /&gt;&lt;BR /&gt;bin/vifparams.o: In function `refparams_vecgsm(_pyramid const*, _subband const*)':&lt;BR /&gt;/home/etudiant/quality/src/vif/src/vifparams.cpp:121: undefined reference to `ippmMul_tm_64f_P'&lt;BR /&gt;&lt;BR /&gt;Could you please let me know where I am wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Guangyi&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2011 14:00:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/compilation-error-undefined-reference-to-ippmMul-tm-64f-P/m-p/807358#M3700</guid>
      <dc:creator>guang_c</dc:creator>
      <dc:date>2011-10-21T14:00:00Z</dc:date>
    </item>
    <item>
      <title>compilation error: undefined reference to `ippmMul_tm_64f_P'</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/compilation-error-undefined-reference-to-ippmMul-tm-64f-P/m-p/807359#M3701</link>
      <description>&lt;P&gt;Hi Guangyi,&lt;BR /&gt;&lt;BR /&gt;The function ippmMul is declared in the ippm.h header file. So you may link ippm library in your command line &lt;BR /&gt;&lt;BR /&gt;For example&lt;BR /&gt;-lippi -lippm -lipps -lippcore&lt;BR /&gt;some IPP KB artices for your reference: &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-library-dependencies-by-domain/"&gt;&lt;B&gt;Intel IPP- Library dependencies by domain&lt;/B&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-windows-find-the-intel-ipp-libraries-needed-by-your-application/"&gt;&lt;B&gt;Find the Intel IPP Libraries Needed by Your Application&lt;/B&gt;&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://software.intel.com/en-us/articles/how-to-build-ipp-application-in-linux-environment/"&gt;&lt;B&gt;How to build Intel IPP application in Linux* Environment&lt;/B&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2011 08:54:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/compilation-error-undefined-reference-to-ippmMul-tm-64f-P/m-p/807359#M3701</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-10-26T08:54:09Z</dc:date>
    </item>
  </channel>
</rss>

