Advertisement
dailymc

Untitled

Jul 10th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. root@pi:~/driver/rt3573sta# make
  2. make -C tools
  3. make[1]: Entering directory '/root/driver/rt3573sta/tools'
  4. gcc -g bin2h.c -o bin2h
  5. make[1]: Leaving directory '/root/driver/rt3573sta/tools'
  6. /root/driver/rt3573sta/tools/bin2h
  7. cp -f os/linux/Makefile.6 /root/driver/rt3573sta/os/linux/Makefile
  8. make -C /lib/modules/3.18.0-trunk-rpi/build SUBDIRS=/root/driver/rt3573sta/os/linux modules
  9. make[1]: Entering directory '/usr/src/linux-headers-3.18.0-trunk-rpi'
  10. Makefile:10: *** mixed implicit and normal rules: deprecated syntax
  11. CC [M] /root/driver/rt3573sta/os/linux/../../os/linux/rt_linux.o
  12. /root/driver/rt3573sta/os/linux/../../os/linux/rt_linux.c: In function '__RtmpOSFSInfoChange':
  13. /root/driver/rt3573sta/os/linux/../../os/linux/rt_linux.c:1138:20: error: incompatible types when assigning to type 'int' from type 'kuid_t'
  14. pOSFSInfo->fsuid = current_fsuid();
  15. ^
  16. /root/driver/rt3573sta/os/linux/../../os/linux/rt_linux.c:1139:20: error: incompatible types when assigning to type 'int' from type 'kgid_t'
  17. pOSFSInfo->fsgid = current_fsgid();
  18. ^
  19. /usr/src/linux-headers-3.18.0-trunk-common/scripts/Makefile.build:262: recipe for target '/root/driver/rt3573sta/os/linux/../../os/linux/rt_linux.o' failed
  20. make[4]: *** [/root/driver/rt3573sta/os/linux/../../os/linux/rt_linux.o] Error 1
  21. /usr/src/linux-headers-3.18.0-trunk-common/Makefile:1398: recipe for target '_module_/root/driver/rt3573sta/os/linux' failed
  22. make[3]: *** [_module_/root/driver/rt3573sta/os/linux] Error 2
  23. Makefile:145: recipe for target 'sub-make' failed
  24. make[2]: *** [sub-make] Error 2
  25. Makefile:8: recipe for target 'all' failed
  26. make[1]: *** [all] Error 2
  27. make[1]: Leaving directory '/usr/src/linux-headers-3.18.0-trunk-rpi'
  28. Makefile:372: recipe for target 'LINUX' failed
  29. make: *** [LINUX] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement