|
Форум cronyx.ru (архив)
Tau-PCI on linux 2.4.20 compile error | goldschmidt  :: 2003-09-04 16:31 |
Есть проблемы при компилировании драйверов для Tau-PCI под Slackware 9.0 2.4.20.
--- cc -Wall -g -O sconfig.c -o sconfig cc -O -Wall -fomit-frame-pointer -I/src/linux-2.4.20/include -I. -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -D_LOOSE_KERNEL_NAMES -c cisco.c In file included from /src/linux-2.4.20/include/linux/highmem.h:5, from /src/linux-2.4.20/include/linux/skbuff.h:27, from /src/linux-2.4.20/include/linux/netdevice.h:147, from module.h:20, from cisco.c:14: /src/linux-2.4.20/include/asm/pgalloc.h: In function `get_pgd_fast': /src/linux-2.4.20/include/asm/pgalloc.h:78: `boot_cpu_data_R0657d037' undeclared (first use in this function) /src/linux-2.4.20/include/asm/pgalloc.h:78: (Each undeclared identifier is reported only once /src/linux-2.4.20/include/asm/pgalloc.h:78: for each function it appears in.) /src/linux-2.4.20/include/asm/pgalloc.h: In function `free_pgd_fast': /src/linux-2.4.20/include/asm/pgalloc.h:89: `boot_cpu_data_R0657d037' undeclared (first use in this function) /src/linux-2.4.20/include/asm/pgalloc.h: In function `pte_alloc_one_fast': /src/linux-2.4.20/include/asm/pgalloc.h:122: `boot_cpu_data_R0657d037' undeclared (first use in this function) /src/linux-2.4.20/include/asm/pgalloc.h: In function `pte_free_fast': /src/linux-2.4.20/include/asm/pgalloc.h:132: `boot_cpu_data_R0657d037' undeclared (first use in this function) make: *** [cisco.o] Error 1
|