Merhaba, endeavouros dağıtımına Realtek Wi-Fi driverimi kurmaya calışırken 'make' komutunu girdiğimde bir hata alıyorum. Sebebi nedir acaba yardımcı olabilir misiniz?
/bin/sh: line 1: bc: command not found. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.18.3-arch1-1/build M=/root/build/rtl8821CU modules. make[1]: Entering directory '/usr/lib/modules/5.18.3-arch1-1/build' /bin/sh: line 1: bc: command not found. CC [M] /root/build/rtl8821CU/core/rtw_debug.o In file included from ./include/linux/kernel.h:29, from ./arch/x86/include/asm/percpu.h:27, from ./arch/x86/include/asm/current.h:6, from ./arch/x86/include/asm/processor.h:17, from ./arch/x86/include/asm/timex.h:5, from ./include/linux/timex.h:67, from ./include/linux/time32.h:13, from ./include/linux/time.h:60, from ./include/linux/stat.h:19, from ./include/linux/module.h:13, from /root/build/rtl8821CU/include/basic_types.h:76, from /root/build/rtl8821CU/include/drv_types.h:26, from /root/build/rtl8821CU/core/rtw_debug.c:17: /root/build/rtl8821CU/core/rtw_debug.c: In function ‘dump_drv_version ’: ./include/linux/printk.h:382:41: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] 382 | .line = __LINE__, | ^~~~~~~~ ./include/linux/printk.h:417:17: note: in expansion of macro ‘__printk_index_emit ’ 417 | __printk_index_emit(_fmt, NULL, NULL); | ^~~~~~~~~~~~~~~~~~~ ./include/linux/printk.h:446:26: note: in expansion of macro ‘printk_index_wrap ’ 446 | #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) | ^~~~~~~~~~~~~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:85:26: note: in expansion of macro ‘printk ’ 85 | #define _dbgdump printk. | ^~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:114:25: note: in expansion of macro ‘_dbgdump ’ 114 | _dbgdump(DRIVER_PREFIX fmt, ##arg); | ^~~~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:222:25: note: in expansion of macro ‘RTW_PRINT ’ 222 | RTW_PRINT(fmt, ##arg); | ^~~~~~~~~ /root/build/rtl8821CU/core/rtw_debug.c:45:9: note: in expansion of macro ‘RTW_PRINT_SEL ’ 45 | RTW_PRINT_SEL(sel, "build time: %s %sn", __DATE__, __TIME__); | ^~~~~~~~~~~~~ /root/build/rtl8821CU/core/rtw_debug.c:45:51: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time] 45 | RTW_PRINT_SEL(sel, "build time: %s %sn", __DATE__, __TIME__); | ^~~~~~~~ ./include/linux/printk.h:418:33: note: in definition of macro ‘printk_index_wrap ’ 418 | _p_func(_fmt, ##__VA_ARGS__); | ^~~~~~~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:85:26: note: in expansion of macro ‘printk ’ 85 | #define _dbgdump printk. | ^~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:222:25: note: in expansion of macro ‘RTW_PRINT ’ 222 | RTW_PRINT(fmt, ##arg); | ^~~~~~~~~ /root/build/rtl8821CU/core/rtw_debug.c:45:9: note: in expansion of macro ‘RTW_PRINT_SEL ’ 45 | RTW_PRINT_SEL(sel, "build time: %s %sn", __DATE__, __TIME__); | ^~~~~~~~~~~~~ /root/build/rtl8821CU/core/rtw_debug.c:45:61: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time] 45 | RTW_PRINT_SEL(sel, "build time: %s %sn", __DATE__, __TIME__); | ^~~~~~~~ ./include/linux/printk.h:418:33: note: in definition of macro ‘printk_index_wrap ’ 418 | _p_func(_fmt, ##__VA_ARGS__); | ^~~~~~~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:85:26: note: in expansion of macro ‘printk ’ 85 | #define _dbgdump printk. | ^~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:222:25: note: in expansion of macro ‘RTW_PRINT ’ 222 | RTW_PRINT(fmt, ##arg); | ^~~~~~~~~ /root/build/rtl8821CU/core/rtw_debug.c:45:9: note: in expansion of macro ‘RTW_PRINT_SEL ’ 45 | RTW_PRINT_SEL(sel, "build time: %s %sn", __DATE__, __TIME__); | ^~~~~~~~~~~~~ In file included from /root/build/rtl8821CU/include/drv_types.h:60: /root/build/rtl8821CU/core/rtw_debug.c:45:51: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time] 45 | RTW_PRINT_SEL(sel, "build time: %s %sn", __DATE__, __TIME__); | ^~~~~~~~ /root/build/rtl8821CU/include/rtw_debug.h:224:46: note: in definition of macro ‘RTW_PRINT_SEL ’ 224 | _seqdump(sel, fmt, ##arg) /*rtw_warn_on(1)*/; | ^~~ cc1: some warnings being treated as errors. make[2]: *** [scripts/Makefile.build:288: /root/build/rtl8821CU/core/rtw_debug.o] Error 1 make1: *** Makefile:1834: /root/build/rtl8821CU Error 2 make1: Leaving directory '/usr/lib/modules/5.18.3-arch1-1/build' make: *** Makefile:2217: modules Error 2