daily pastebin goal
64%
SHARE
TWEET

Untitled

a guest Dec 15th, 2015 63 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@stinelenovo:/root/AL100AC# make
  2. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.2.0-19-generic/build M=/root/AL100AC  modules
  3. make[1]: Entering directory '/usr/src/linux-headers-4.2.0-19-generic'
  4.   CC [M]  /root/AL100AC/core/rtw_cmd.o
  5.   CC [M]  /root/AL100AC/core/rtw_security.o
  6.   CC [M]  /root/AL100AC/core/rtw_debug.o
  7. /root/AL100AC/core/rtw_debug.c: In function ‘dump_drv_version’:
  8. /root/AL100AC/core/rtw_debug.c:66:64: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  9.   DBG_871X_SEL_NL(sel, "build time: %s %s\n", __DATE__, __TIME__);
  10.                                                                 ^
  11. /root/AL100AC/core/rtw_debug.c:66:64: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  12. /root/AL100AC/core/rtw_debug.c:66:64: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  13. /root/AL100AC/core/rtw_debug.c:66:64: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  14. /root/AL100AC/core/rtw_debug.c:66:64: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  15. /root/AL100AC/core/rtw_debug.c:66:64: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  16. cc1: some warnings being treated as errors
  17. scripts/Makefile.build:258: recipe for target '/root/AL100AC/core/rtw_debug.o' failed
  18. make[2]: *** [/root/AL100AC/core/rtw_debug.o] Error 1
  19. Makefile:1398: recipe for target '_module_/root/AL100AC' failed
  20. make[1]: *** [_module_/root/AL100AC] Error 2
  21. make[1]: Leaving directory '/usr/src/linux-headers-4.2.0-19-generic'
  22. Makefile:1385: recipe for target 'modules' failed
  23. make: *** [modules] Error 2
RAW Paste Data
Top