On Sat, 6 Jul 2002 13:45:58 +0200 (CEST) Dominik Geisel <devnull@geisel.info> wrote:
>
> on 'make dep' with 2.5.25 I get the following error:
>
> -----------------------------------------------------------------------------
> make[1]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/linux«
> make[2]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/linux/scripts«
> gcc -Wp,-MD,./.split-include.d -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -o split-include split-include.c
> In file included from /usr/include/linux/errno.h:4,
> from /usr/include/bits/errno.h:25,
> from /usr/include/errno.h:36,
> from split-include.c:26:
> /usr/include/asm/errno.h:4:31: asm-generic/errno.h: No such file or
> directory
> make[2]: *** [split-include] Fehler 1
> make[2]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/linux/scripts«
> make[1]: *** [scripts] Fehler 2
> make[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/linux«
> make: *** [.hdepend] Fehler 2
> -----------------------------------------------------------------------------
>
> Any ideas?
Remove the symlinks between /usr/include/{linux,asm} and your kernel
source tree ...
-- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ - 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/