On Sat, 2003-05-10 at 02:21, Seth Arnold wrote: > On Fri, May 09, 2003 at 01:29:21PM -0400, Hong Hsu wrote: > > > [root@puma wish-1.6.2]# make > > in a directory named wish-1.6.2? > > > x10_core.c:1:24: /usr/src/linux/include/linux/modversions.h: No such > > file or directory > > In file included from x10_core.c:46: > > /usr/src/linux/include/linux/config.h:4:28: linux/autoconf.h: No such > > file or directory > .... > > These usually mean that you haven't done the full gamut of kernel > compile on this tree. Run a make dep, make bzImage (or whatever it is > for your architecture), make modules, and _then_ try to build your > module again. The modversions.h and autoconf.h files aren't generated > until you've built most of the kernel. (I don't think it actually > requires modules to be built, but it can't hurt.) I think just _make menuconfig_ then _make dep_ will generate the config.h and autoconf.h best regards -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/