Advertisement
Guest User

Untitled

a guest
Mar 18th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. cp -f ./define.release ./define.h
  2. make -C /lib/modules/3.8.3-2-ARCH/build/ SUBDIRS=/home/arcanis/rts5229/src/rts5229 modules
  3. make[1]: Entering directory `/usr/src/linux-3.8.3-2-ARCH'
  4. CC [M] /home/arcanis/rts5229/src/rts5229/rtsx.o
  5. /home/arcanis/rts5229/src/rts5229/rtsx.c:914:22: error: expected «=», «,», «;», «asm» or «__attribute__» before «rtsx_probe»
  6. /home/arcanis/rts5229/src/rts5229/rtsx.c:1069:23: error: expected «=», «,», «;», «asm» or «__attribute__» before «rtsx_remove»
  7. /home/arcanis/rts5229/src/rts5229/rtsx.c:1094:11: error: «rtsx_probe» undeclared here (not in a function)
  8. /home/arcanis/rts5229/src/rts5229/rtsx.c:1095:2: error: implicit function declaration «__devexit_p» [-Werror=implicit-function-declaration]
  9. /home/arcanis/rts5229/src/rts5229/rtsx.c:1095:24: error: «rtsx_remove» undeclared here (not in a function)
  10. /home/arcanis/rts5229/src/rts5229/rtsx.c:262:34: warning: «rtsx_host_template» defined but not used [-Wunused-variable]
  11. /home/arcanis/rts5229/src/rts5229/rtsx.c:476:12: warning: «rtsx_control_thread» defined but not used [-Wunused-function]
  12. /home/arcanis/rts5229/src/rts5229/rtsx.c:585:12: warning: «rtsx_polling_thread» defined but not used [-Wunused-function]
  13. /home/arcanis/rts5229/src/rts5229/rtsx.c:739:13: warning: «quiesce_and_remove_host» defined but not used [-Wunused-function]
  14. /home/arcanis/rts5229/src/rts5229/rtsx.c:775:13: warning: «release_everything» defined but not used [-Wunused-function]
  15. /home/arcanis/rts5229/src/rts5229/rtsx.c:785:12: warning: «rtsx_scan_thread» defined but not used [-Wunused-function]
  16. /home/arcanis/rts5229/src/rts5229/rtsx.c:810:13: warning: «rtsx_init_options» defined but not used [-Wunused-function]
  17. cc1: some warnings being treated as errors
  18. make[2]: *** [/home/arcanis/rts5229/src/rts5229/rtsx.o] Error 1
  19. make[1]: *** [_module_/home/arcanis/rts5229/src/rts5229] Error 2
  20. make[1]: Leaving directory `/usr/src/linux-3.8.3-2-ARCH'
  21. make: *** [default] Error 2
  22. ==> ERROR: Failure occurred in build().
  23. Exititng...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement