> Hello,
> I've following problem with compiling kernel-2.2.18 on AXP machine:
>
> make -C arch/alpha/lib
> make[1]: Entering directory `/home/users/builder/rpm/BUILD/linux/arch/alpha/lib'
> /usr/bin/kgcc -D__KERNEL__ -I/home/users/builder/rpm/BUILD/linux/include -D__ASSEMBLY__ -c -o stxcpy.o stxcpy.S
> stxcpy.S:22: alpha/regdef.h: No such file or directory
> make[1]: *** [stxcpy.o] Error 1
>
> Surprisingly this is true, this file exist only in asm-mips.
This file should have been installed with your glibc headers (though
its absence in the kernel is probably a bug, either that or its use
is).
Complain to your distribution vendor.
-- David Huggins-Daines - dhd@eradicator.org - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/