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

build32.sh can't find gcc 4.1.2

abalk
Beginner
265 Views

my gcc version is 4.1.2

# gcc --version
gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

but ".../ipp-samples/audio-video-codecs/build32.sh gcc4" gives:

+----------------------------------------------------------------------------+
|Test : audio-video-codecs build Tue Jan 29 02:45:16 PM 2008
|Hostname : jonbgood
|Function : no
|Description : building audio-video-codecs sample
|Class : Information
|Source : /home/auser/ipp/ipp-samples/audio-video-codecs
|Executable : audio-video-codecs/build32.sh
+----------------------------------------------------------------------------+
IPP evironment found at /home/abalk/intel/ipp/5.3.1.062/ia32/tools/env/ippvars32.sh
Compiler ( gcc4 ) doesn't found. Build process is terminated

why? any suggestions appreciated.

Thanks

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
265 Views

I guess we did not support or test IPP sample with that compiler. Please check with IPP release notes

Regards,
Vladimir

0 Kudos
Arkadi
Beginner
265 Views
build32.sh calls env32.sh, that calls search_compiler.sh, which is hardcoded for /usr/bin/gcc4 if you ask it for gcc 4.x. Just edit it to suit your need.
0 Kudos
Reply