Hi,
> > via-pmu.c:40: asm/prom.h: No such file or directory
> > via-pmu.c:41: asm/machdep.h: No such file or directory
> > via-pmu.c:45: asm/sections.h: No such file or directory
> > via-pmu.c:48: asm/pmac_feature.h: No such file or directory
> > via-pmu.c:51: asm/sections.h: No such file or directory
> > via-pmu.c:52: asm/cputable.h: No such file or directory
> > via-pmu.c:53: asm/time.h: No such file or directory
[...]
> Dumb question: Did you do a make menuconfig/config/xconfig, or just copy over
> your .config file from an old kernel? Was a make mrproper done at any time?
I extracted 2.4.18 src tree, patched (no errors while untarring the
archive or patching). I did `make menuconfig`, loaded external config file
created from 2.4.18-pre2, exited and saved setting from menuconfig, run
`make dep`.
>
> When you first untar a stock kernel source tree, the "include/asm" directory
> does not exist in the tree. When you make config/menuconfig/xconfig, an
> "include/asm" symlink gets created (among other things), linking to an
> architecture specific asm header directory like include/asm-i386 or the like.
> "make mrproper" destroys this symlink as part of the source tree cleanup.
No `make mrproper` at all.
>
> So if you fail to do the make *config, or you do a make mrproper after your
> most recent make *config, you lose that symlink. Thus a possible cause for
> the errors you're getting.
Hmm, I have:
$ ls -la include/asm
lrwxrwxrwx 1 root root 8 Jul 12 11:32 include/asm -> asm-i386
$ ls -la include/asm-i386
total 648
drwxr-xr-x 2 573 573 4096 Jul 12 11:31 .
drwxr-xr-x 26 573 573 4096 Jul 12 11:35 ..
-rw-r--r-- 1 573 573 764 Jun 16 1995 a.out.h
-rw-r--r-- 1 root root 2535 Jul 12 11:35 apic.h
-rw-r--r-- 1 573 573 9125 Aug 12 2001 apicdef.h
-rw-r--r-- 1 573 573 5066 Nov 22 2001 atomic.h
-rw-r--r-- 1 573 573 9625 Nov 22 2001 bitops.h
-rw-r--r-- 1 573 573 409 Apr 16 1997 boot.h
[...]
So, what to do now? ;)
-- Martin Mokrejs <mmokrejs@natur.cuni.cz> PGP5.0i key is at http://www.natur.cuni.cz/~mmokrejs MIPS / Institute for Bioinformatics <http://mips.gsf.de> GSF - National Research Center for Environment and Health Ingolstaedter Landstrasse 1, D-85764 Neuherberg, Germany tel.: +49-89-3187 3683 , fax: +49-89-3187 3585- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/