On Sun, Nov 28, 2004 at 01:44:20PM -0600, Timur Tabi wrote: > Jon Masters wrote: > > >You *have* to actually build the kernel with whichever configuration > >file you eventually figure out Fedora 3 is using. The kbuild modules > >process now requires a copy of the actual object files - it's not just > >sufficient to have a config file and headers installed somewhere. This > >is partly because the extra linking stages for modules really want > >some symbols defined during a kernel build. > > The more I learn about kbuild, the more I think it's a step backwards > from the traditional makefile method. I, and the other kernel developers, eagerly await your patches to the build process to solve the perceived issues you are having. Yes, building drivers outside of the kernel is hard, but 2.6 makes it easer than ever before. It's much better than 2.4 ever was. If you are still having problems that are not distro specific, and your code is open for inspection for all to help modify, please bring them up on the linux-kernel list, kernelnewbies is not the proper forum for this. thanks, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/