Advertisement
Guest User

Untitled

a guest
Oct 28th, 2011
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. pablo@linux-0p6d:~/Downloads/ieee80211-1.2.18> make
  2. Checking in /lib/modules/2.6.37.6-0.7-desktop for ieee80211 components...
  3. egrep: /lib/modules/2.6.37.6-0.7-desktop/build//include/linux/autoconf.h: No such file or directory
  4. make -C /lib/modules/2.6.37.6-0.7-desktop/build M=/home/pablo/Downloads/ieee80211-1.2.18 modules
  5. make[1]: Entering directory `/usr/src/linux-2.6.37.6-0.7-obj/x86_64/desktop'
  6. make -C ../../../linux-2.6.37.6-0.7 O=/usr/src/linux-2.6.37.6-0.7-obj/x86_64/desktop/. modules
  7. CC [M] /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.o
  8. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c: In function ‘alloc_ieee80211’:
  9. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c:148:5: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
  10. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c:149:5: error: ‘struct net_device’ has no member named ‘change_mtu’
  11. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c:153:5: error: ‘struct net_device’ has no member named ‘get_stats’
  12. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c: In function ‘ieee80211_init’:
  13. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c:268:40: error: ‘proc_net’ undeclared (first use in this function)
  14. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c:268:40: note: each undeclared identifier is reported only once for each function it appears in
  15. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c: In function ‘ieee80211_exit’:
  16. /home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.c:297:31: error: ‘proc_net’ undeclared (first use in this function)
  17. {standard input}: Assembler messages:
  18. {standard input}:9: Warning: can't open .lst: Permission denied
  19. GAS LISTING page 1
  20.  
  21.  
  22. 1 .file "ieee80211_module.c"
  23. 9 .Ltext0:
  24.  
  25. GAS LISTING page 2
  26.  
  27.  
  28. DEFINED SYMBOLS
  29. *ABS*:0000000000000000 ieee80211_module.c
  30.  
  31. NO UNDEFINED SYMBOLS
  32. make[4]: *** [/home/pablo/Downloads/ieee80211-1.2.18/ieee80211_module.o] Error 1
  33. make[3]: *** [_module_/home/pablo/Downloads/ieee80211-1.2.18] Error 2
  34. make[2]: *** [sub-make] Error 2
  35. make[1]: *** [all] Error 2
  36. make[1]: Leaving directory `/usr/src/linux-2.6.37.6-0.7-obj/x86_64/desktop'
  37. make: *** [modules] Error 2
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement