Im trying to compile kernel 2.6.32.60 with grsec patch in "CentOS 6.3 x64" but unfortunately i wasn't be able to complete it yet , compilation of the vanilla kernel goes with no problems but when i patch the kernel i get the below error for "make modules" and it stops :
- Code: Select all
net/sctp/transport.c: In function ‘sctp_transport_update_rto’:
net/sctp/transport.c:358: error: implicit declaration of function ‘abs64’
make[2]: *** [net/sctp/transport.o] Error 1
make[1]: *** [net/sctp] Error 2
make: *** [net] Error 2
And i get an error regarding the GCC version too , could this be related to my problem ?
Regards...