# Pastebin fI83dm0X In file included from /home/null/projects/openwrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/qca-nss-drv-2021-04-26-1cf4bf81/nss_eth_rx_stats.c:17: /home/null/projects/openwrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/qca-nss-drv-2021-04-26-1cf4bf81/nss_core.h: In function 'nss_core_dma_cache_maint': /home/null/projects/openwrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/qca-nss-drv-2021-04-26-1cf4bf81/nss_core.h:116:17: error: implicit declaration of function 'dmac_inv_range' [-Werror=implicit-function-declaration] 116 | dmac_inv_range(start, start + size); | ^~~~~~~~~~~~~~ /home/null/projects/openwrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/qca-nss-drv-2021-04-26-1cf4bf81/nss_core.h:119:17: error: implicit declaration of function 'dmac_clean_range' [-Werror=implicit-function-declaration] 119 | dmac_clean_range(start, start + size); | ^~~~~~~~~~~~~~~~ /home/null/projects/openwrt/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/qca-nss-drv-2021-04-26-1cf4bf81/nss_core.h:122:17: error: implicit declaration of function 'dmac_flush_range' [-Werror=implicit-function-declaration] 122 | dmac_flush_range(start, start + size); | ^~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors