View Single Post
Posts: 6 | Thanked: 0 times | Joined on Nov 2010
#264
Originally Posted by iDont View Post
The only thing is that you have to git clone and build the kernel for yourself currently.
Cloned git tree and tried to build it with a few options changed in config, but every time it fails after making modules in one place without any meaningful error... Tried also building without making any changes anywhere. Yet still it fails.
Code:
 CC [M]  net/sunrpc/auth_gss/gss_krb5_wrap.o
  CC [M]  net/sunrpc/auth_gss/gss_krb5_crypto.o
  LD [M]  net/sunrpc/auth_gss/auth_rpcgss.o
  LD [M]  net/sunrpc/auth_gss/rpcsec_gss_krb5.o
  Building modules, stage 2.
  MODPOST 269 modules
net/xfrm/xfrm_ipcomp.o: Success
make[3]: *** [__modpost] Error 1
make[2]: *** [modules] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/blayder/kernel-bfs-build/linux-2.6.28'
make: *** [modules-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Am i missing something?
I've tried to build it with your build.sh script, and also by using make modules. Results are the same...