On Wed, Jun 02, 2004 at 11:56:14PM -0700, Nirmal Govind wrote: > Thanks.. so I used the source for 2.6.6 with the Debian patches, patched the > kernel with the pmdisk patch (which worked for someone on this list), and > used make-kpkg to do the build. Here's the error I get:
And where did you take the kernel config ? Do you really need the net/dgrs driver, i seriously doubt it, it is probably one of those non-free drivers that got disabled or something such. Simply disable it for now, and continue with your build. > CC [M] drivers/net/dgrs.o > drivers/net/dgrs.c:148:35: dgrs_firmware.c: No such file or directory > drivers/net/dgrs.c: In function `dgrs_download': > drivers/net/dgrs.c:1051: error: `dgrs_code' undeclared (first use in this > function) > drivers/net/dgrs.c:1051: error: (Each undeclared identifier is reported only > once > drivers/net/dgrs.c:1051: error: for each function it appears in.) > drivers/net/dgrs.c:1051: error: `dgrs_ncode' undeclared (first use in this > function) > drivers/net/dgrs.c: In function `dgrs_init_module': > drivers/net/dgrs.c:1587: error: `dgrs_firmnum' undeclared (first use in this > function) > drivers/net/dgrs.c:1587: error: `dgrs_firmdate' undeclared (first use in this > function) > drivers/net/dgrs.c:1587: error: `dgrs_firmver' undeclared (first use in this > function) > make[3]: *** [drivers/net/dgrs.o] Error 1 > > Is this due to the pmdisk patch or is it something in the kernel that I > downloaded (just so you know which one I'm talking abt, it's called > kernel-source-2.6.6-2.6.6.orig). and you applied kernel-patch-2.6.6-powerpc, right ? And _what_ .config are you using ? I have a feeling you are still using the default one or something such. Friendly, Sven Luther