Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. root@proxfox:~/r750/tmp/product/r750/linux# make KERNELDIR=$kerneldir > "$(pwd)/build.log"
  2. Makefile:976: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  3. /root/r750/tmp/product/r750/linux/.build/os_linux.c: In function ‘refresh_sd_flags’:
  4. /root/r750/tmp/product/r750/linux/.build/os_linux.c:367:41: error: ‘struct gendisk’ has no member named ‘driverfs_dev’
  5. if (bdev->bd_disk && bdev->bd_disk->driverfs_dev==&SDptr->sdev_gendev) {
  6. ^~
  7. /root/r750/tmp/product/r750/linux/.build/os_linux.c:372:35: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
  8. mutex_lock(&bdev->bd_inode->i_mutex);
  9. ^~
  10. /root/r750/tmp/product/r750/linux/.build/os_linux.c:378:37: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
  11. mutex_unlock(&bdev->bd_inode->i_mutex);
  12. ^~
  13. /root/r750/tmp/product/r750/linux/.build/os_linux.c: In function ‘os_request_timer’:
  14. /root/r750/tmp/product/r750/linux/.build/os_linux.c:641:27: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
  15. vbus_ext->timer.function = os_timer_for_ldm;
  16. ^
  17. /root/r750/tmp/product/r750/linux/.build/os_linux.c:642:17: error: ‘struct timer_list’ has no member named ‘data’
  18. vbus_ext->timer.data = (unsigned long)vbus_ext;
  19. ^
  20. cc1: some warnings being treated as errors
  21. make[2]: *** [/root/r750/tmp/product/r750/linux/.build/os_linux.o] Error 1
  22. make[1]: *** [_module_/root/r750/tmp/product/r750/linux/.build] Error 2
  23. make: *** [r750.ko] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement