On 21-Apr-99 Richard E. Hawkins Esq. wrote: > > It's time to update the kernel for my laptop,and I'm trying to use > make-kpkg to do this. I've managed to get the kernel image .deb built, > but not the pcmcia stuff. > > I've updated to the pcmcia-source from potato, and note that it has > .debs for up to 2.2.5. However, make-kpkg modules_image fails with > messages like, > > gcc -MD -O2 -Wall -Wstrict-prototypes -Winline -pipe -D__KERNEL__ -DMODULE > -I../include -I/usr/src/linux/include -I/usr/src/linux -c i82365.c > i82365.c: In function `cb_get_status': > i82365.c:2446: warning: implicit declaration of function `cb_readl' > i82365.c: In function `cb_get_socket': > i82365.c:2462: warning: implicit declaration of function `cb_get_power' > i82365.c:2463: warning: implicit declaration of function `pci_readw' > > how do I put an end to this? >
Actually those are warnings. We need the real errors. Or maybe I should compile 2.2.6 on my laptop. Still running 2.2.5.

