<?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 build IPP with ICC? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955944#M19077</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Compiling IPP audio-video-codecs on Linux (debian), using gcc works great...&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
$ ./build.sh --sample=audio-video-codecs --arch=intel64 --ws=make --build&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;but since I have the intel compiler, i wanted to use it to compile&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
$ icc --version
icc (ICC) 14.0.2 20140120
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;however, when i do this...&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
./build.sh --sample=audio-video-codecs --arch=intel64 --compiler=intel --ws=make --build&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;i get&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
-- The C compiler identification is Intel 14.0.0.20140120
-- The CXX compiler identification is Intel 14.0.0.20140120
-- Check for working C compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc
-- Check for working C compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc
-- Check for working CXX compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /home/abx/intel_ipp_debian/ipp-samples.8.0.0.005/builder/FindIPP.cmake:60 (message):
  Intel(R) IPP was not found (required)!

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;the IPPROOT env var is set correctly&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
 $ echo $IPPROOT
/home/abx/intel_ipp_debian/composer_xe_2013_sp1.0.061/ipp
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What am I missing? Any suggestions would be great&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2014 17:15:09 GMT</pubDate>
    <dc:creator>Int_B_</dc:creator>
    <dc:date>2014-03-21T17:15:09Z</dc:date>
    <item>
      <title>build IPP with ICC?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955944#M19077</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Compiling IPP audio-video-codecs on Linux (debian), using gcc works great...&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
$ ./build.sh --sample=audio-video-codecs --arch=intel64 --ws=make --build&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;but since I have the intel compiler, i wanted to use it to compile&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
$ icc --version
icc (ICC) 14.0.2 20140120
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;however, when i do this...&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
./build.sh --sample=audio-video-codecs --arch=intel64 --compiler=intel --ws=make --build&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;i get&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
-- The C compiler identification is Intel 14.0.0.20140120
-- The CXX compiler identification is Intel 14.0.0.20140120
-- Check for working C compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc
-- Check for working C compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc
-- Check for working CXX compiler: /opt/intel/composer_xe_2013_sp1.2.144/bin/intel64/icc -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /home/abx/intel_ipp_debian/ipp-samples.8.0.0.005/builder/FindIPP.cmake:60 (message):
  Intel(R) IPP was not found (required)!

&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;the IPPROOT env var is set correctly&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;
 $ echo $IPPROOT
/home/abx/intel_ipp_debian/composer_xe_2013_sp1.0.061/ipp
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What am I missing? Any suggestions would be great&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2014 17:15:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955944#M19077</guid>
      <dc:creator>Int_B_</dc:creator>
      <dc:date>2014-03-21T17:15:09Z</dc:date>
    </item>
    <item>
      <title>Hi!</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955945#M19078</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;What'll happen if you specify "--clean" option along with "--compiler=intel --build"? I have seen the problems with CMake cache files. Only cleaning the workspace sometimes helps.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2014 04:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955945#M19078</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-03-24T04:05:50Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955946#M19079</link>
      <description>&lt;P&gt;This worked. Thanks!&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Sergey Khlystov (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;What'll happen if you specify "--clean" option along with "--compiler=intel --build"? I have seen the problems with CMake cache files. Only cleaning the workspace sometimes helps.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2014 15:02:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/build-IPP-with-ICC/m-p/955946#M19079</guid>
      <dc:creator>Int_B_</dc:creator>
      <dc:date>2014-03-27T15:02:52Z</dc:date>
    </item>
  </channel>
</rss>

