View previous topic :: View next topic |
Author |
Message |
helmutvandeshaft Tux's lil' helper
Joined: 23 Sep 2004 Posts: 90 Location: Amsterdam
|
Posted: Wed Aug 09, 2006 8:48 pm Post subject: kernel compile failing(SOLVED) |
|
|
Trying to recompile my kernel comes back with this:
linux # make && make modules modules_install install
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
touch: setting times of `include/config/MARKER': Function not implemented
make: *** [include/config/MARKER] Error 1
Any ideas, the only thing i changed was to add reisferfs support.
Thanks
####EDIT####
Booting from the live cd then running "mount -a -t proc proc /mnt/gentoo/proc" fixed this. |
|
Back to top |
|
|
sageman Guru
Joined: 04 May 2005 Posts: 363 Location: New Hampshire
|
Posted: Wed Aug 09, 2006 8:54 pm Post subject: |
|
|
Which kernel sources? What version of GCC?
Probably wouldn't hurt to backup .config and do
Code: |
make clean
make mrproper
|
Then copy back your backup'd .config file into /usr/src/linux and try making again. |
|
Back to top |
|
|
helmutvandeshaft Tux's lil' helper
Joined: 23 Sep 2004 Posts: 90 Location: Amsterdam
|
Posted: Sun Aug 13, 2006 5:40 pm Post subject: |
|
|
sageman wrote: | Which kernel sources? What version of GCC?
Probably wouldn't hurt to backup .config and do
Code: |
make clean
make mrproper
|
Then copy back your backup'd .config file into /usr/src/linux and try making again. |
Thanks for the reply, I had already solved this though.
####EDIT####
Booting from the live cd then running "mount -a -t proc proc /mnt/gentoo/proc" fixed this then compiled my kernel from chroot |
|
Back to top |
|
|
|