- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page