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

ERROR: Default IPP 7.0 environment for Intel64 is not found.

xhjin99
Beginner
436 Views
+----------------------------------------------------------------------------+
|Test : audio-video-codecs build Sat Dec 31 9:21:21 PM 201
1
|Function : no
|Description : building audio-video-codecs sample
|Class : Information
|Source : c:\\Intel\\w_ipp-samples_p_7.0.6.060\\ipp-samples\\audio-video-codecs
\\
|Executable : build_intel64.bat
+----------------------------------------------------------------------------+
+++ Intel64 architecture is picked out.
+++ Microsoft Visual Studio 2010 compiler for Intel64 is taken
Setting environment for using Microsoft Visual Studio 2010 x64 tools.
***
*** WARNING: Custom environment for IPP Intel64 is not found.
***
---
--- ERROR: Default IPP 7.0 environment for Intel64 is not found.
---
Start components compile
******* core\\umc : FAILED
******* core\\vm : FAILED
******* core\\vm_plus : FAILED
******* pipeline\\umc_pipeline : FAILED
******* codec\\aac_dec : FAILED
******* codec\\aac_dec_int : FAILED
******* codec\\aac_enc : FAILED
******* codec\\aac_enc_int : FAILED
******* codec\\ac3_dec : FAILED
******* codec\\avi_spl : FAILED
******* codec\\avs_common : FAILED
******* codec\\avs_dec : FAILED
******* codec\\avs_enc : FAILED
******* codec\\avs_spl : FAILED
******* codec\\color_space_converter : FAILED
******* codec\\common : FAILED
******* codec\\demuxer : FAILED
******* codec\\dv100_dec : FAILED
******* codec\\dv100_enc : FAILED
******* codec\\dv50_dec : FAILED
******* codec\\dv50_enc : FAILED
******* codec\\dv_dec : FAILED
******* codec\\dv_enc : FAILED
******* codec\\h261_dec : FAILED
******* codec\\h261_enc : FAILED
******* codec\\h263_dec : FAILED
******* codec\\h263_enc : FAILED
******* codec\\h264_dec : FAILED
******* codec\\h264_enc : FAILED
******* codec\\h264_spl : FAILED
******* codec\\jpeg : FAILED
******* codec\\me : FAILED
******* codec\\mp3_dec : FAILED
******* codec\\mp3_dec_int : FAILED
******* codec\\mp3_enc : FAILED
******* codec\\mp3_enc_int : FAILED
******* codec\\mpeg2_dec : FAILED
******* codec\\mpeg2_enc : FAILED
******* codec\\mpeg2_mux : FAILED
******* codec\\mpeg4_dec : FAILED
******* codec\\mpeg4_enc : FAILED
******* codec\\mpeg4_mux : FAILED
******* codec\\mpeg4_spl : FAILED
******* codec\\scene_analyzer : FAILED
******* codec\\spl_common : FAILED
******* codec\\vc1_common : FAILED
******* codec\\vc1_dec : FAILED
******* codec\\vc1_enc : FAILED
******* codec\\vc1_spl : FAILED
******* io\\audio_renders : FAILED
******* io\\media_buffers : FAILED
******* io\\umc_io : FAILED
******* io\\video_renders : FAILED
******* application\\simple_player : FAILED
******* application\\umc_h264_dec_con : FAILED
******* application\\umc_video_enc_con : FAILED
There were errors found
+-----------------------------------------------------------------------------+
|-FAIL audio-video-codecs Sat Dec 31 9:22:53 PM 2011
+-----------------------------------------------------------------------------+


c:\\Intel\\w_ipp-samples_p_7.0.6.060\\ipp-samples\\audio-video-codecs>









0 Kudos
3 Replies
Jeffrey_M_Intel1
Employee
436 Views
Thank you for your report. It looks like there may be some problem with your IPP installation. Please double check that everything is working properly by running the ippi or ipps demo programs in the install-dir/demo/intel64 directory.

You may be interested in this article:

http://software.intel.com/en-us/articles/how-to-install-the-intel-ipp-70-library-on-windows/

Also, please double check that the IPPROOT variable is set properly, since this is required for build_intel64.bat and the scripts it calls.

If you're still having trouble aftercheckingon these things please write back with more details about your installation. These details could be especially helpful.

- What package are you installing (standalone IPP, Composer XE, etc.), 64 bit or combined 32/64?
- Which version of Microsoft Visual Studio 2010 are you working with?

Regards,

Jeff

0 Kudos
SergeyKostrov
Valued Contributor II
436 Views
Quoting xhjin99
...
*** WARNING: Custom environment for IPP Intel64 is not found.
...


Could somebody from Intel explain it?
Is it because there is a problem with installation? Or, is therea problem with the IPP v7.xinstaller?

0 Kudos
Naveen_G_Intel
Employee
436 Views

Hi,

As Jeff mentioned, this is because of issue with environment variable setting. As in the original message ERROR: Default IPP 7.0 environment for Intel64 is not found.

While running build_intel64.bat , you should get message as below.

***Custom Intel IPP custom environment is found at C\Program Files\Intel\Composer XE 2011 SP1\ipp\bin\ippvars.bat

First you execute ippvars.bat in the ipp-samples/tools directory.

Thanks,

Naveen Gv

0 Kudos
Reply