TL-WN725N-V2-Driver-for-Linux icon indicating copy to clipboard operation
TL-WN725N-V2-Driver-for-Linux copied to clipboard

Date and Time Error

Open jaydangar opened this issue 7 years ago • 2 comments

I am getting these 2 errors while installing your drivers. please suggest some solution. I am running this driver on ubuntu GNOME version 16.04.1.

** #error: macro "DATE" might prevent reproducible builds [-Werror= macro "DATE" might prevent reproducible builds [-Werror=date-time] DBG_871X("build time: %s %s\n", DATE, TIME);** ^ /home/jay/Downloads/TL-WN725N-V2-Driver-for-Linux-master/os_dep/linux/usb_intf.c:1535:44: error: macro "TIME" might prevent reproducible builds [-Werror=date-time] DBG_871X("build time: %s %s\n", DATE, TIME); ^ cc1: some warnings being treated as errors scripts/Makefile.build:258: recipe for target '/home/jay/Downloads/TL-WN725N-V2-Driver-for-Linux-master/os_dep/linux/usb_intf.o' failed make[2]: *** [/home/jay/Downloads/TL-WN725N-V2-Driver-for-Linux-master/os_dep/linux/usb_intf.o] Error 1 Makefile:1420: recipe for target 'module/home/jay/Downloads/TL-WN725N-V2-Driver-for-Linux-master' failed make[1]: *** [module/home/jay/Downloads/TL-WN725N-V2-Driver-for-Linux-master] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-77-generic' Makefile:582: recipe for target 'modules' failed make: *** [modules] Error 2

jaydangar avatar May 05 '17 19:05 jaydangar

I have the same problem on ubuntu16.04

jack-Dong avatar Aug 21 '17 06:08 jack-Dong

It looks like these two lines are for debugging purpose, so commenting these maybe solve the problem.

twd2 avatar Aug 23 '17 11:08 twd2