View previous topic :: View next topic |
Author |
Message |
mystified l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/125875030943b31eefdb17f.jpg)
Joined: 14 Feb 2004 Posts: 771
|
Posted: Sat Dec 02, 2006 8:39 pm Post subject: make fails for vanilla-sources |
|
|
I'm getting the following error while doing make:
Code: | localhost linux # make
scripts/kconfig/conf -s arch/i386/Kconfig
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/linux/utsrelease.h
UPD include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-i386
CC arch/i386/kernel/asm-offsets.s
GEN include/asm-i386/asm-offsets.h
CC scripts/mod/empty.o
HOSTCC scripts/mod/mk_elfconfig
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
HOSTCC scripts/mod/sumversion.o
HOSTLD scripts/mod/modpost
HOSTCC scripts/kallsyms
HOSTCC scripts/conmakehash
HOSTCC scripts/bin2c
CC init/main.o
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
CC init/do_mounts.o
LD init/mounts.o
CC init/initramfs.o
CC init/calibrate.o
LD init/built-in.o
HOSTCC usr/gen_init_cpio
GEN usr/initramfs_data.cpio.gz
mktemp: cannot create temp file /root/tmp/cpiolist.zPPOOn: No such file or directory
make[1]: *** [usr/initramfs_data.cpio.gz] Error 1
make: *** [usr] Error 2
|
any ideas? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
sonicbhoc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/19626066624403a4096a7e1.gif)
Joined: 24 Oct 2005 Posts: 1805 Location: In front of the computer screen
|
Posted: Sat Dec 02, 2006 10:59 pm Post subject: |
|
|
make clean && make && make modules_install install
see if the make clean step fixes it. Also, are you using genkernel or hand built?
After make install, you have to make sure you change grub to point to /boot/vmlinuz. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mystified l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/125875030943b31eefdb17f.jpg)
Joined: 14 Feb 2004 Posts: 771
|
Posted: Sun Dec 03, 2006 12:00 am Post subject: |
|
|
Thanks I tried that and it didn't work. I'm compiling it myself. Any other ideas? I'm installing so I have to get a working kernel. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|