I'm trying to compile alsa-driver-RTv5.18 but get date-time error for gcc 4.9.2
3
votes
1
answer
2851
views
/home/user/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]
"Compiled on " __DATE__ " for kernel %s"
^
cc1: some warnings being treated as errors
I've tried to
export CFLAGS="-Wno-error=date-time"
but nothing changed.
Asked by Vyacheslav
(231 rep)
Oct 28, 2015, 04:19 PM
Last activity: Jun 8, 2025, 10:10 PM
Last activity: Jun 8, 2025, 10:10 PM