Build r4 Pro Image fails

Hello,

I have been trying for a couple of days to build my own image from build.7z (653.1 KB) rep: git clone GitHub - BPI-SINOVOIP/BPI-R4PRO-8X-OPENWRT-V24.10.0-Master-Devel (GitHub - BPI-SINOVOIP/BPI-R4PRO-8X-OPENWRT-V24.10.0-Master-Devel) ./scripts/feeds update -a ./scripts/feeds install -a and then make -j$(nproc) V=s | tee build.log

Unfortunately the build is always failing. See the attached log.

I can’t find out what the problem in building the image is.

Can anyone help?

afaik u can not update feeds when using their image - clean checkout the repo and just do a make

my knowledge on building is limited to infos on https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem

how can I clean checkout the repo? is it git checkout?

Thank you for your reply

The bpi repo does not follow the openwrt guide…it is a mix of openwrt,mtk feed and very dirty (no git history,binary files,cache etc.). You can look in git status if there any files added after clone and reset/remove them. Afaik there is also git clean…but check with git status if there is anything not in repo.