You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/saber/Desktop/axt1800_6.1/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.4.5.r5-2024-01-19-b311cdf/ecm_conntrack_notifier.c: In function 'ecm_conntrack_notifier_init':
/home/saber/Desktop/axt1800_6.1/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.4.5.r5-2024-01-19-b311cdf/ecm_conntrack_notifier.c:438:46: error: passing argument 2 of 'nf_conntrack_register_notifier' from incompatible pointer type [-Werror=incompatible-pointer-types]
438 | nf_conntrack_register_notifier(&init_net, &ecm_conntrack_notifier);
| ^~~~~~~~~~~~~~~~~~~~~~~
| |
| struct nf_ct_event_notifier *
In file included from ./include/net/netfilter/nf_conntrack_core.h:18,
from /home/saber/Desktop/axt1800_6.1/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.4.5.r5-2024-01-19-b311cdf/ecm_conntrack_notifier.c:58:
./include/net/netfilter/nf_conntrack_ecache.h:69:83: note: expected 'struct notifier_block *' but argument is of type 'struct nf_ct_event_notifier *'
69 | extern int nf_conntrack_register_notifier(struct net *net, struct notifier_block *nb);
| ~~~~~~~~~~~~~~~~~~~~~~~^~
/home/saber/Desktop/axt1800_6.1/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.4.5.r5-2024-01-19-b311cdf/ecm_conntrack_notifier.c: In function 'ecm_conntrack_notifier_exit':
/home/saber/Desktop/axt1800_6.1/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.4.5.r5-2024-01-19-b311cdf/ecm_conntrack_notifier.c:484:4: error: too few arguments to function 'nf_conntrack_unregister_notifier'
484 | nf_conntrack_unregister_notifier(&init_net);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/netfilter/nf_conntrack_ecache.h:70:12: note: declared here
70 | extern int nf_conntrack_unregister_notifier(struct net *net, struct notifier_block *nb);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
大佬好呀,make package/feeds/nss_packages/qca-nss-ecm/{clean, compile} -j17 V=s
出现下列问题:
The text was updated successfully, but these errors were encountered: