Advertisement
Guest User

Untitled

a guest
May 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. LC_ALL=C make
  2. make -C "/lib/modules/2.6.34/build" M=/usr/src/compcache-0.6.2 modules
  3. make[1]: Entering directory `/usr/src/linux-2.6.34'
  4. CC [M] /usr/src/compcache-0.6.2/ramzswap_drv.o
  5. /usr/src/compcache-0.6.2/ramzswap_drv.c: In function 'reset_device':
  6. /usr/src/compcache-0.6.2/ramzswap_drv.c:1042: error: implicit declaration of function 'kfree'
  7. /usr/src/compcache-0.6.2/ramzswap_drv.c: In function 'ramzswap_ioctl_init_device':
  8. /usr/src/compcache-0.6.2/ramzswap_drv.c:1135: error: implicit declaration of function 'kzalloc'
  9. /usr/src/compcache-0.6.2/ramzswap_drv.c:1135: warning: assignment makes pointer from integer without a cast
  10. /usr/src/compcache-0.6.2/ramzswap_drv.c: In function 'ramzswap_ioctl':
  11. /usr/src/compcache-0.6.2/ramzswap_drv.c:1296: warning: assignment makes pointer from integer without a cast
  12. /usr/src/compcache-0.6.2/ramzswap_drv.c: In function 'ramzswap_init':
  13. /usr/src/compcache-0.6.2/ramzswap_drv.c:1442: warning: assignment makes pointer from integer without a cast
  14. make[2]: *** [/usr/src/compcache-0.6.2/ramzswap_drv.o] Błąd 1
  15. make[1]: *** [_module_/usr/src/compcache-0.6.2] Error 2
  16. make[1]: Leaving directory `/usr/src/linux-2.6.34'
  17. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement