CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. Not searching for unused variables given on the command line. -- The C compiler identification is GNU 13.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /mnt/storage/master/staging_dir/toolchain-arm_arm926ej-s_gcc-13.3.0_musl_eabi/bin/arm-openwrt-linux-muslgnueabi-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done (0.5s) -- Generating done (0.1s) -- Build files have been written to: /mnt/storage/master/build_dir/target-arm_arm926ej-s_musl_eabi/unetd-2024.03.31~80645766 clang: warning: /mnt/storage/master/staging_dir/toolchain-arm_arm926ej-s_gcc-13.3.0_musl_eabi/lib/gcc/arm-openwrt-linux-muslgnueabi/13.3.0/include: 'linker' input unused [-Wunused-command-line-argument] In file included from /mnt/storage/master/build_dir/target-arm_arm926ej-s_musl_eabi/unetd-2024.03.31~80645766/mss-bpf.c:11: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/uapi/linux/in.h:25: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/socket.h:8: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/uio.h:10: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/mm_types.h:19: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/workqueue.h:9: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/timer.h:6: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/ktime.h:25: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/jiffies.h:14: /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/generated/timeconst.h:11:2: error: "include/generated/timeconst.h has the wrong HZ value!" 11 | #error "include/generated/timeconst.h has the wrong HZ value!" | ^ In file included from /mnt/storage/master/build_dir/target-arm_arm926ej-s_musl_eabi/unetd-2024.03.31~80645766/mss-bpf.c:16: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/net/ipv6.h:12: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/ipv6.h:94: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/tcp.h:19: In file included from /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/net/sock.h:60: /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/poll.h:136:27: warning: division by zero is undefined [-Wdivision-by-zero] 136 | M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | | ^~~~~~~~~ /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/poll.h:134:32: note: expanded from macro 'M' 134 | #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/poll.h:120:51: note: expanded from macro '__MAP' 120 | (from < to ? (v & from) * (to/from) : (v & from) / (from/to)) | ^ ~~~~~~~~~ /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/poll.h:136:39: warning: division by zero is undefined [-Wdivision-by-zero] 136 | M(RDNORM) | M(RDBAND) | M(WRNORM) | M(WRBAND) | | ^~~~~~~~~ /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/poll.h:134:32: note: expanded from macro 'M' 134 | #define M(X) (__force __poll_t)__MAP(val, POLL##X, (__force __u16)EPOLL##X) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /mnt/storage/master/staging_dir/target-arm_arm926ej-s_musl_eabi/bpf-headers/include/linux/poll.h:120:51: note: expanded from macro '__MAP' 120 | (from < to ? (v & from) * (to/from) : (v & from) / (from/to)) | ^ ~~~~~~~~~ 2 warnings and 1 error generated. make[2]: *** [Makefile:114: /mnt/storage/master/build_dir/target-arm_arm926ej-s_musl_eabi/unetd-2024.03.31~80645766/.built] Error 1 time: package/network/services/unetd/compile#2.80#0.49#8.10