在编译NVIDIA_kernel时使用make有如下提示,(我只写了有warning的)
/lib/modules/2.4.20-8/build/include/linux/highmem.h:20: warning pointer of type 'void *' used in arithmetic
.........
nv.c:1305:wraning: passing arg 1 of 'remap_page_range_R2baf18f2' makes pointer from in teger without a cast
.........
nv.c:1322:wraning: passing arg 1 of 'remap_page_range_R2baf18f2' makes pointer from in teger without a cast
.........
nv.c:1352:wraning: passing arg 1 of 'remap_page_range_R2baf18f2' makes pointer from in teger without a cast
.........
nv.c:2183:wraning:implicit declaration of function 'pte_offset'
.........
make *** [nv.0] Error 1
要如和才能成功编译呢?