Re: Sparc-64 kernel build fails on version.h during 'make oldconfig'

David S. Miller (davem@redhat.com)
Wed, 25 Jul 2001 15:35:05 -0700 (PDT)


Leif Sawyer writes:
> When 'bootstrapping' a new kernel:
>
> cp ../oldlinux/.config .
> make oldconfig
> make dep
> ...
> /usr/src/linux/include/linux/udf_fs_sb.h:22: linux/version.h: No such file
> or directory

Something is terribly wrong with either your system tools or
this ".config" you are using.

If you cannot simply do:

cp arch/sparc64/defconfig .config
make oldconfig; make dep; make clean; make vmlinux; make modules

Then something is truly screwed on your machine. Watch
for other errors in the make logs if it fails. I have a
strange feeling that one of the make sub-shells died on
you or something.

Later,
David S. Miller
davem@redhat.com
-
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/