|
|
我在网卡编译make all的时候出现如下错误:
......
rtmp_main.c:826: warning: implicit declaration of function `down_interruptible'
rtmp_main.c:826: warning: dereferencing `void *' pointer
rtmp_main.c:826: request for member `mlme_semaphore' in something not a structure or union
rtmp_main.c:851: warning: implicit declaration of function `complete_and_exit'
rtmp_main.c:851: warning: dereferencing `void *' pointer
rtmp_main.c:851: request for member `MlmeThreadNotify' in something not a structure or union
......
rtmp_main.c:74: warning: array `rtusb_usb_id' assumed to have one element
rtmp_type.h:139: storage size of `TimerObj' isn't known
rtmp_main.c:74: storage size of `rtusb_usb_id' isn't known
rtmp_main.c:101: storage size of `rtusb_driver' isn't known
rtmp.h:3094: warning: `RTUSBHardTransmit' declared `static' but never defined
make: *** [rtmp_main.o] Error 1
前后都还有很多类似的错误,是驱动文件的问题,还是配置的问题,内核配置已成功,但是我在make menuconfig的时候没有出现RT73的模块选项,是linux2.4.20的内核不支持,还是什么原因,这些错误是什么意思?我看不太懂,请教,已经半个多月了,还没有装上网卡讷,后面还有毕设很多工作讷,急,谢谢高手们啦!!! |
|