spacepaste

  1.  
  2. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.15.7-gentoo-r1/build M=/root/downloads/rtl8723de modules
  3. make[1]: Entering directory '/usr/src/linux-4.15.7-gentoo-r1'
  4. CC [M] /root/downloads/rtl8723de/core/rtw_cmd.o
  5. In file included from /root/downloads/rtl8723de/include/osdep_service.h:42:0,
  6. from /root/downloads/rtl8723de/include/drv_types.h:32,
  7. from /root/downloads/rtl8723de/core/rtw_cmd.c:22:
  8. /root/downloads/rtl8723de/include/osdep_service_linux.h: In function ‘_init_timer’:
  9. /root/downloads/rtl8723de/include/osdep_service_linux.h:287:8: error: ‘_timer {aka struct timer_list}’ has no member named ‘data’
  10. ptimer->data = (unsigned long)cntx;
  11. ^~
  12. /root/downloads/rtl8723de/include/osdep_service_linux.h:288:2: error: implicit declaration of function ‘init_timer’ [-Werror=implicit-function-declaration]
  13. init_timer(ptimer);
  14. ^~~~~~~~~~
  15. cc1: some warnings being treated as errors
  16. make[2]: *** [scripts/Makefile.build:317: /root/downloads/rtl8723de/core/rtw_cmd.o] Error 1
  17. make[1]: *** [Makefile:1509: _module_/root/downloads/rtl8723de] Error 2
  18. make[1]: Leaving directory '/usr/src/linux-4.15.7-gentoo-r1'
  19. make: *** [Makefile:1884: modules] Error 2
  20.