Xtables-addons and world failed to build~

make -j8 v=sc

make[3] -C feeds/store/luci/luci-app-store compile
 make[3] -C package/transplant/xtables-addons clean-build
 make[3] -C package/transplant/xtables-addons compile
    **ERROR: package/transplant/xtables-addons failed to build.**
 make[3] -C package/kernel/mac80211 clean-build
 make[3] -C package/kernel/mac80211 compile
**make -r world: build failed.** Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
make: *** [/home/wu/build/istoreos/istoreos/include/toplevel.mk:234: world] Error 1

make –r world -j1 V=s

WARNING: Makefile 'package/feeds/third/luci-app-baidupcs-web/Makefile' has a dependency on 'baidupcs-web', which does not exist
WARNING: Makefile 'package/diy/ntfs3-mount/Makefile' has a dependency on 'kmod-fs-ntfs3', which does not exist
make[1]: Entering directory '/home/wu/build/istoreos/istoreos'
cd "/home/wu/build/istoreos/istoreos"; git log --format=%h -1 toolchain > /home/wu/build/istoreos/istoreos/tmp/.ver_check
cmp -s /home/wu/build/istoreos/istoreos/tmp/.ver_check /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp/.ver_check || { \
	rm -rf /home/wu/build/istoreos/istoreos/build_dir/target-aarch64_cortex-a53_musl /home/wu/build/istoreos/istoreos/staging_dir/target-aarch64_cortex-a53_musl /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl /home/wu/build/istoreos/istoreos/build_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl; \
	mkdir -p /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp; \
	mv /home/wu/build/istoreos/istoreos/tmp/.ver_check /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp/.ver_check; \
}
make[1]: *** No rule to make target '–r'.  Stop.
make[1]: Leaving directory '/home/wu/build/istoreos/istoreos'
make: *** [/home/wu/build/istoreos/istoreos/include/toplevel.mk:234: –r] Error 2

make –r xtables-addons -j1 V=s

WARNING: Makefile 'package/feeds/third/luci-app-baidupcs-web/Makefile' has a dependency on 'baidupcs-web', which does not exist
WARNING: Makefile 'package/diy/ntfs3-mount/Makefile' has a dependency on 'kmod-fs-ntfs3', which does not exist
make[1]: Entering directory '/home/wu/build/istoreos/istoreos'
cd "/home/wu/build/istoreos/istoreos"; git log --format=%h -1 toolchain > /home/wu/build/istoreos/istoreos/tmp/.ver_check
cmp -s /home/wu/build/istoreos/istoreos/tmp/.ver_check /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp/.ver_check || { \
	rm -rf /home/wu/build/istoreos/istoreos/build_dir/target-aarch64_cortex-a53_musl /home/wu/build/istoreos/istoreos/staging_dir/target-aarch64_cortex-a53_musl /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl /home/wu/build/istoreos/istoreos/build_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl; \
	mkdir -p /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp; \
	mv /home/wu/build/istoreos/istoreos/tmp/.ver_check /home/wu/build/istoreos/istoreos/staging_dir/toolchain-aarch64_cortex-a53_gcc-8.4.0_musl/stamp/.ver_check; \
}
make[1]: *** No rule to make target '–r'.  Stop.
make[1]: Leaving directory '/home/wu/build/istoreos/istoreos'
make: *** [/home/wu/build/istoreos/istoreos/include/toplevel.mk:234: –r] Error 2

I can't find the cause of the error. What happened?
Please help~Thank you

Which OpenWrt version???
GCC 8.4.0 looks like old stuff, maybe 21.02, but kmod-fs-ntfs3 points toward new versions with kernel 5.15, you have several unknown packages in the log (luci-app-store, luci-app-baudupcs), and feeds like "store" and "third"
Some OEM fork with extra Chinese packages?

To me it looks like some new stuff tried to be backported into an old version, which can be difficult.

hi ~ I modified the confg file, but the problem still occurs here
OpenWrt version is "21.02.3"
Builder: Ubuntu 22.04
HW: x86_64
Target:arm64

make -j8

make[3] -C package/utils/f2fs-tools clean-build
make[3] -C package/utils/f2fs-tools compile
make[3] -C feeds/store/luci/taskd compile
make[3] -C package/istoreos-files compile
make[3] -C package/system/fstools clean-build
make[3] -C package/system/fstools compile
make[3] -C feeds/luci/modules/luci-base clean-build
make[3] -C feeds/luci/modules/luci-base compile
make[3] -C feeds/store/luci/luci-lib-taskd compile
make[3] -C package/boot/uboot-envtools clean-build
make[3] -C package/boot/uboot-envtools compile
make[3] -C feeds/luci/libs/luci-lib-ipkg compile
ERROR: package/transplant/xtables-addons failed to build.
make[3] -C package/kernel/mac80211 clean-build
make[3] -C package/kernel/mac80211 compile
make -r world: build failed. Please re-run make with -j1 V=s or V=sc for a higher verbosity level to see what's going on
make: *** [/home/wu/build/istoreos/istoreos/include/toplevel.mk:234: world] Error 1

I'm not sure whether it is caused by xtables addons. How can I solve this problem?
thank you