Guest User

make

a guest
Jun 25th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.35 KB | None | 0 0
  1. ➜  mt7610u_wifi_sta_v3002_dpo_20130916  make                    
  2. make -C tools
  3. make[1]: Entering directory '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
  4. gcc -g bin2h.c -o bin2h
  5. make[1]: Leaving directory '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
  6. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
  7. chipset = mt7650u
  8. chipset = mt7630u
  9. chipset = mt7610u
  10. cp -f os/linux/Makefile.6 /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
  11. make -C /lib/modules/3.19.0-21-generic/build SUBDIRS=/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
  12. make[1]: Entering directory '/usr/src/linux-headers-3.19.0-21-generic'
  13.   CC [M]  /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o
  14. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.c: In function ‘RTMPIoctlShow’:
  15. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.c:5401:85: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  16.              snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
  17.                                                                                      ^
  18. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.c:5401:95: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  19.              snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
  20.                                                                                                ^
  21. cc1: some warnings being treated as errors
  22. scripts/Makefile.build:257: recipe for target '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o' failed
  23. make[2]: *** [/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o] Error 1
  24. Makefile:1394: recipe for target '_module_/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux' failed
  25. make[1]: *** [_module_/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux] Error 2
  26. make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-21-generic'
  27. Makefile:395: recipe for target 'LINUX' failed
  28. make: *** [LINUX] Error 2
Advertisement
Add Comment
Please, Sign In to add comment