Hi guys,
I am currently using the SGI Altix 4700 system running on Itanium 2 and the OS is SLES11 (2.6.27.19-5-default ).
I downloaded the latest VTune release (Version: 9.1 Build: 9.1 Update7-401) which according to the release note supports SLES11. However it failed so I tried to build the driver by refering to HOWTO-BUILD-VTUNE-DRIVER manual and executed the following:
./build-driver
and the following is the error message:
************************************************************************************
checking for template makefile ... Makefile.in
checking for kerne l h eaders ... /lib/modules/2.6.27.19-5-default/source/include
checking if C compiler is working ... yes
check ing if C compiler supports anonymous structs and unions ... yes
checking architecture ... ia64
checking kerne l ver sion ... 2.6.27.19-5-default
checking whether kernel modules can be built ... yes
checking if UP or SMP ... SM P
checking whether to use PERFMON ... no
**
** ERROR: Unable to detect legacy Perfmon2 kernel int erface**
** The kernel headers in /lib/modules/2.6.27.19-5-default/source
** do not contain required configur a tion to support sampling.
**
** Please see VDK doc/HOWTO-BUILD-VTUNE-DRIVER for help in
** preparing a k ernel environment suitable for building the
** sampling driver.
**
** For details on the specific fai lur e, please see configure log file,
** /opt/intel/vtune/vdk/src/build_driver_log.txt .
**
I found that perfmon2 is installed in the system, so could someone hint me what could be the culprit here.
Thanks.
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.