Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

build IPP with ICC?

Int_B_
Beginner
398 Views

 

Compiling IPP audio-video-codecs on Linux (debian), using gcc works great...

$ ./build.sh --sample=audio-video-codecs --arch=intel64 --ws=make --build

 

but since I have the intel compiler, i wanted to use it to compile

$ icc --version
icc (ICC) 14.0.2 20140120
Copyright (C) 1985-2014 Intel Corporation.  All rights reserved.

 

however, when i do this...

./build.sh --sample=audio-video-codecs --arch=intel64 --compiler=intel --ws=make --build

 

i get

-- 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)!

 

the IPPROOT env var is set correctly

 $ echo $IPPROOT
/home/abx/intel_ipp_debian/composer_xe_2013_sp1.0.061/ipp

 

What am I missing? Any suggestions would be great

thanks

 

0 Kudos
2 Replies
Sergey_K_Intel
Employee
398 Views

Hi!

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.

0 Kudos
Int_B_
Beginner
398 Views

This worked. Thanks!

Sergey Khlystov (Intel) wrote:

Hi!

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.

0 Kudos
Reply