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
/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.2092c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.c: In function 'ecm_nss_non_ported_ipv4_connection_accelerate':
/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.2092c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.c:859:47: error: 'NSS_IPV4_RULE_CREATE_RAWIP_VALID' undeclared (first use in this function); did you mean 'NSS_IPV4_RULE_CREATE_RPS_VALID'?
859 | nircm->valid_flags |= NSS_IPV4_RULE_CREATE_RAWIP_VALID;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| NSS_IPV4_RULE_CREATE_RPS_VALID
/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.2092c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.c:859:47: note: each undeclared identifier is reported only once for each function it appears in
make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.2092c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.o] Error 1
make[5]: *** [/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.41/Makefile:1921: /openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.20~92c7fa1] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
多次尝试发现是配置增加了WWAN Support的原因,去掉就正常了,应该是对应补丁没跟上吧?!
The text was updated successfully, but these errors were encountered:
/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.20
92c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.c: In function 'ecm_nss_non_ported_ipv4_connection_accelerate':92c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.c:859:47: error: 'NSS_IPV4_RULE_CREATE_RAWIP_VALID' undeclared (first use in this function); did you mean 'NSS_IPV4_RULE_CREATE_RPS_VALID'?/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.20
859 | nircm->valid_flags |= NSS_IPV4_RULE_CREATE_RAWIP_VALID;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| NSS_IPV4_RULE_CREATE_RPS_VALID
/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.20
92c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.c:859:47: note: each undeclared identifier is reported only once for each function it appears in92c7fa1/frontends/nss/ecm_nss_non_ported_ipv4.o] Error 1make[6]: *** [scripts/Makefile.build:243: /openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.20
make[5]: *** [/openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/linux-6.6.41/Makefile:1921: /openwrt/openwrt-6.x-nss-down-breeze303-20240731-fKing-3-ipq6k/build_dir/target-aarch64_cortex-a53_musl/linux-qualcommax_ipq60xx/qca-nss-ecm-12.5.2024.06.20~92c7fa1] Error 2
make[4]: *** [Makefile:234: __sub-make] Error 2
多次尝试发现是配置增加了WWAN Support的原因,去掉就正常了,应该是对应补丁没跟上吧?!
The text was updated successfully, but these errors were encountered: