<?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 RGBToRGB565 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857035#M7314</link>
    <description>There is something wrong when I use the function "ippiRGBToRGB565_8u16u_C3R" in Linux. I compile it with "-L /opt/intel/ipp/6.1.0.039/lp32/lib/ -lippccemerged", but the output is :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R':&lt;BR /&gt;(.text+0x1): undefined reference to `ippJumpIndexForMergedLibsLP'&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R_arraddr':&lt;BR /&gt;(.data+0x0): undefined reference to `px_ippiRGBToRGB565_8u16u_C3R'&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R_arraddr':&lt;BR /&gt;(.data+0x4): undefined reference to `w7_ippiRGBToRGB565_8u16u_C3R'&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R_arraddr':&lt;BR /&gt;(.data+0x8): undefined reference to `s8_ippiRGBToRGB565_8u16u_C3R'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;Can anybody help me?Thanks in advance for your answer&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Jul 2009 17:24:54 GMT</pubDate>
    <dc:creator>logita</dc:creator>
    <dc:date>2009-07-12T17:24:54Z</dc:date>
    <item>
      <title>RGBToRGB565</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857035#M7314</link>
      <description>There is something wrong when I use the function "ippiRGBToRGB565_8u16u_C3R" in Linux. I compile it with "-L /opt/intel/ipp/6.1.0.039/lp32/lib/ -lippccemerged", but the output is :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R':&lt;BR /&gt;(.text+0x1): undefined reference to `ippJumpIndexForMergedLibsLP'&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R_arraddr':&lt;BR /&gt;(.data+0x0): undefined reference to `px_ippiRGBToRGB565_8u16u_C3R'&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R_arraddr':&lt;BR /&gt;(.data+0x4): undefined reference to `w7_ippiRGBToRGB565_8u16u_C3R'&lt;BR /&gt;/opt/intel/ipp/6.1.0.039/lp32/lib//libippccemerged.a(ippcc00470as.o): In function `ippiRGBToRGB565_8u16u_C3R_arraddr':&lt;BR /&gt;(.data+0x8): undefined reference to `s8_ippiRGBToRGB565_8u16u_C3R'&lt;BR /&gt;collect2: ld returned 1 exit status&lt;BR /&gt;&lt;BR /&gt;Can anybody help me?Thanks in advance for your answer&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Jul 2009 17:24:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857035#M7314</guid>
      <dc:creator>logita</dc:creator>
      <dc:date>2009-07-12T17:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: RGBToRGB565</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857036#M7315</link>
      <description>&lt;DIV style="margin:0px;"&gt;It looks that you missed libippccmerged.a and libippcore.a libraries. &lt;BR /&gt;&lt;BR /&gt;please check if the following linkage command line works: &lt;BR /&gt;-L/opt/intel/ipp/6.1.0.039/lp32/lib/ -lippccemerged -lippccemerged -lippcore&lt;BR /&gt;&lt;BR /&gt;note, the library order is important in Linux. *merged libraries need to be after *emerged libraries.&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2009 02:36:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857036#M7315</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2009-07-13T02:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: RGBToRGB565</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857037#M7316</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/21699"&gt;Chao Yu (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;It looks that you missed libippccmerged.a and libippcore.a libraries. &lt;BR /&gt;&lt;BR /&gt;please check if the following linkage command line works: &lt;BR /&gt;-L/opt/intel/ipp/6.1.0.039/lp32/lib/ -lippccemerged -lippccemerged -lippcore&lt;BR /&gt;&lt;BR /&gt;note, the library order is important in Linux. *merged libraries need to be after *emerged libraries.&lt;BR /&gt;&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Thank you! I try as you point out and it is ok now.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jul 2009 03:44:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/RGBToRGB565/m-p/857037#M7316</guid>
      <dc:creator>logita</dc:creator>
      <dc:date>2009-07-13T03:44:34Z</dc:date>
    </item>
  </channel>
</rss>

