ks2k-linux
#navi(contents-page-name): No such page: CVSCONTENTS
REFERENCES
apt-get install kernel-sourcecode
KERNEL_SRC = /usr/src/linux-$(KERNEL_VERSION)
cd /usr/src/linux-xxxx make menuconfig make make modules_install install
現在のエラー
[root@dataz ks2k-linux]# make cc -c -o ks2k_pci.o ks2k_pci.c ks2k_pci.c: In function `ks2k_pci_probe': ks2k_pci.c:842: warning: assignment makes integer from pointer without a cast ks2k_pci.c:882: error: structure has no member named `driver_data' ks2k_pci.c:886: warning: passing arg 2 of `request_irq' from incompatible pointer type make: *** [ks2k_pci.o] Error 1 [root@dataz ks2k-linux]#