yassen Apprentice
Joined: 26 Mar 2004 Posts: 194
|
Posted: Thu Apr 08, 2004 8:01 am Post subject: genkernel 3.0.2 fails recompiling gentoo-2.4.25 |
|
|
Hi there,
A problem trying to recompile my kernel: gentoo-2.4.25.
When I first built the system, I could build the kernel as well, manually as well as using genkernel. When I came up to building X, I had to rebuild it for the reason of missing the option "Processor type and features -> MTRR". So I rerun genkernel with --menuconfig, selected that option and went on. The compilation failed duiring modules build, at a line "ld -m {xfs modules}". Repeated the compilation with --clean, same result. Excluded the xfs filesystem, rerun genkernel and now it failed on building ufs. Last lines from /var/log/genkernel.log are:
gcc -D__KERNEL__ {bla bla} SENAME =dir -c -o dir.o dir.c
rm -f ufs.o
ld -m elf_i386 -e stext -r -o ufs.o balloc.o cylinder.o dir.o file.o ialloc.o inode.o {... etc. many more modules, last is util.o}
make[2]: Leaving directory '/usr/src/linux-2.4.25-gentoo/fs/ufs'
make[1]: Leaving directory '/usr/src/linux-2.4.25-gentoo/fs'
* ERROR: Failed to compile the "modules" target...
Seems strange: how could this genkernel (3.0.2) do the job the first time and now it cannot compile file system modules? Any suggestion? Thanks in advance! |
|