Page 1 of 1

Can't compile kernel 4.3.3 or 4.3.4 with grsecurity

PostPosted: Mon Jan 25, 2016 3:01 am
by Ghowe
Hello. I'm trying to compile kernel with grsecurity patch. Tried both 4.3.3 and 4.3.4. Doesn't work.

Output from kernel compilation:

Code: Select all
grsecurity/Makefile:47: recipe for target 'grsecurity/grsec_hidesym.o' failed
make[1]: [grsecurity/grsec_hidesym.o] Error 1 (ignored)
grsecurity/Makefile:47: recipe for target 'grsecurity/grsec_hidesym.o' failed
make[1]: [grsecurity/grsec_hidesym.o] Error 1 (ignored)


# uname -a

Code: Select all
Linux 4.3.3 x86_64 AMD A8-3500M APU with Radeon(tm) HD Graphics AuthenticAMD GNU/Linux

Re: Can't compile kernel 4.3.3 or 4.3.4 with grsecurity

PostPosted: Mon Jan 25, 2016 9:06 am
by spender
Hi,

Those aren't errors, your compilation either succeeded or failed for some other reason. As the log shows, the errors are ignored.

-Brad