Hi, I try to install MLNX_OFED software on centos 6.6 machine which use 2.6.37.6 kernel compiled from source from kernel.org .
I'd want to keep it as 2.6 that compiled from mainline source not any centos/redhat specific kernel or 3.x version, for some research propose.
However this is what happens when i want to run mlnx_add_kernel_support.sh (centos6.6 version of 3.0-2.01 and 2.4-1.04 both have same problem. )
# uname -r
2.6.37.6
# ./mlnx_add_kernel_support.sh -m .
Note: This program will create MLNX_OFED_LINUX TGZ for rhel6.6 under /tmp directory.
All Mellanox, OEM, OFED, or Distribution IB packages will be removed.
Do you want to continue?[y/N]:y
See log file /tmp/mlnx_ofed_iso.2598.log
Building OFED RPMs. Please wait...
ERROR: Failed executing "MLNX_OFED_SRC-3.0-2.0.1/install.pl --tmpdir /tmp --kernel-only --kernel 2.6.37.6 --kernel-sources /lib/modules/2.6.37.6/build/ --builddir /tmp/mlnx_iso.2598 --disable-kmp --build-only"
ERROR: See /tmp/mlnx_ofed_iso.2598.log
I attached mlnx_ofed_iso2598.log.txt and mlnx-ofa_kernel-3.0.rpmbuild.log in this post.
Is there any steps that i miss here?
Thank you.