hi,
i'm running under debian 7.5 wheezy.
i'm trying to compile kernel. this is the last one for debian wheezy : Debian 3.2.60-1+deb7u1.
Here is actions i did :
- i got the source of the linux kernel
- i extracted it
- i downloaded the grsec patch grsecurity-3.0-3.2.61-201407232156.patch
- i integrated grsec patch into linux sources i've downloaded
then i compiled the sources. And i got this error :
CC fs/proc/inode.o
fs/proc/inode.c: In function ‘proc_evict_inode’:
fs/proc/inode.c:57:22: error: ‘proc_sys_inode_operations’ undeclared (first use in this function)
fs/proc/inode.c:57:22: note: each undeclared identifier is reported only once for each function it appears in
fs/proc/inode.c:58:22: error: ‘proc_sys_dir_operations’ undeclared (first use in this function)
fs/proc/inode.c:59:3: error: implicit declaration of function ‘gr_handle_delete’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[3]: *** [fs/proc/inode.o] Erreur 1
make[2]: *** [fs/proc] Erreur 2
make[1]: *** [fs] Erreur 2
make[1]: quittant le répertoire « /home/steve/src/linux-source-3.2 »
make: *** [debian/stamp/build/kernel] Erreur 2
=> any idea ?
thank your very much.