I build the linux kernel for using the PAPI perfctr. my system: CentOS release 6.4 (Final), 2.6.32-220.el6.x86_64.The attachment is my .config.
Get the source code from kernel.org->uncompress the tar->make mrproper->cp the .config from the current running kernel in /boot directory->make oldconfig->make ->make modules_install->make install. In the last step make install, I get error above. How can deal with it. I try to ignore these error and reboot, but I get the kernel panic.
Look forward to your answer. Thanks.