Question about include files and recompiling kernel

1998-10-30 Thread Marc Fleureck
Hi, Here's a practical problem I encountered when recompiling 3c59x.c with kernel source 2.0.34. I followed instructions from Donald Becker: 1. install source code in /usr/src 2. cd /usr/src/linux; make include/linux/version.h 3. cp 3c59x.c /usr/src/linux/modules 4. gcc

Re: Question about include files and recompiling kernel

1998-10-30 Thread E.L. Meijer \(Eric\)
Hi, Here's a practical problem I encountered when recompiling 3c59x.c with kernel source 2.0.34. I followed instructions from Donald Becker: 1. install source code in /usr/src 2. cd /usr/src/linux; make include/linux/version.h 3. cp 3c59x.c /usr/src/linux/modules 4.