<?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 IPP libraries + linux in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-libraries-linux/m-p/893558#M11808</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Looks like you are trying to link 32-bit libraries against 64-bit executable. Please try to use -m32 option of gcc to build 32-bit executable. Also you can download 64-bit version of IPP. l_ipp_em64t_p_6.1.3.055.tar.gz should be more suitable in your case.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Artem&lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2010 08:31:45 GMT</pubDate>
    <dc:creator>Artem_V_Intel</dc:creator>
    <dc:date>2010-02-15T08:31:45Z</dc:date>
    <item>
      <title>IPP libraries + linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-libraries-linux/m-p/893557#M11807</link>
      <description>&lt;P&gt;hi , i try to evaluate the IPP libraries and i installed the library to my fedora12 system. The package installed by default into:&lt;/P&gt;
&lt;P&gt;/opt/intel/ipp/6.1.2.051/ia32&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Now i try to test by writting a small program and here is the result:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;
&lt;PRE&gt;[bash][giorgos@school ~]$ cat ipp0.c

#include "ipp.h"
void main()
{
	IppiSize roi = {5,4};
	Ipp8u x[8*4] = {0};
	ippiSet_8u_C1R(1, x,8, roi); //call ippiSet_8u_C1R() function in ipp.h
}

[giorgos@school ~]$ gcc -o ipp0 ipp0.c -I/opt/intel/ipp/6.1.2.051/ia32/include -L/opt/intel/ipp/6.1.2.051/ia32/sharedlib -lippi -lipps -lippcore -liomp5 -lpthread -lm
/usr/bin/ld: skipping incompatible /opt/intel/ipp/6.1.2.051/ia32/sharedlib/libippi.so when searching for -lippi
/usr/bin/ld: cannot find -lippi
collect2: ld returned 1 exit status
[/bash]&lt;/PRE&gt;
&lt;/P&gt;
&lt;P&gt;what am i doing wrong ?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ps 1: tried to build also from codeblocks, no luck also!&lt;/P&gt;
&lt;P&gt;ps2: processor is intel core 2 duo, 2GB, fedora 12, ipp: l_ipp_ia32_p_6.1.2.051.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Any help? thanks&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2010 19:49:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-libraries-linux/m-p/893557#M11807</guid>
      <dc:creator>iordanis</dc:creator>
      <dc:date>2010-02-12T19:49:43Z</dc:date>
    </item>
    <item>
      <title>IPP libraries + linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-libraries-linux/m-p/893558#M11808</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Looks like you are trying to link 32-bit libraries against 64-bit executable. Please try to use -m32 option of gcc to build 32-bit executable. Also you can download 64-bit version of IPP. l_ipp_em64t_p_6.1.3.055.tar.gz should be more suitable in your case.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Artem&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2010 08:31:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/IPP-libraries-linux/m-p/893558#M11808</guid>
      <dc:creator>Artem_V_Intel</dc:creator>
      <dc:date>2010-02-15T08:31:45Z</dc:date>
    </item>
  </channel>
</rss>

