Advertisement
kgizdov

Realtek HD Audio Driver failed compile

May 12th, 2015
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 1.24 KB | None | 0 0
  1. /home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/info.c: In function ‘snd_info_version_read’:
  2. /home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/info.c:1065:22: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  3.        "Compiled on " __DATE__ " for kernel %s"  //
  4.                       ^
  5. cc1: some warnings being treated as errors
  6. scripts/Makefile.build:257: recipe for target '/home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/info.o' failed
  7. make[3]: *** [/home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore/info.o] Error 1
  8. scripts/Makefile.build:402: recipe for target '/home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore' failed
  9. make[2]: *** [/home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa/acore] Error 2
  10. Makefile:1394: recipe for target '_module_/home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa' failed
  11. make[1]: *** [_module_/home/gizdov/Downloads/Rt-Linux-HDaudio-5.18/alsa-driver-RTv5.18/alsa] Error 2
  12. make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-16-generic'
  13. Makefile:167: recipe for target 'compile' failed
  14. make: *** [compile] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement