Advertisement
Guest User

error-make

a guest
Oct 14th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. root@saturno:/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013# cd rtl8188ee/
  2. root@saturno:/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee# ls
  3. def.h dm.h fw.h hw.h led.h phy.c pwrseq.c pwrseqcmd.h reg.h rf.h sw.h table.h trx.h
  4. dm.c fw.c hw.c led.c Makefile phy.h pwrseqcmd.c pwrseq.h rf.c sw.c table.c trx.c
  5. root@saturno:/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee# make
  6. make -C /lib/modules/3.8.0-31-generic/build M=/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee modules
  7. make[1]: Entering directory `/usr/src/linux-headers-3.8.0-31-generic'
  8. CC [M] /home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee/hw.o
  9. In file included from /home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee/hw.c:36:0:
  10. /home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee/../pci.h:247:15: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl_pci_probe’
  11. make[2]: *** [/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee/hw.o] Error 1
  12. make[1]: *** [_module_/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee] Error 2
  13. make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-31-generic'
  14. make: *** [default] Error 2
  15. root@saturno:/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee# make clean
  16. rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
  17. rm -fr .tmp_versions
  18. rm -fr Modules.symvers
  19. rm -fr Module.symvers
  20. rm -fr Module.markers
  21. rm -fr modules.order
  22. rm -fr tags
  23. root@saturno:/home/rooter/Desktop/rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013/rtl8188ee#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement