Now I can’t compile anything. Reinstalling the system or a clean installation from Github does not give anything. Help me please. Thank you in advance!
running debian trixie, i was able to compile 6e51b363e918ae3ecc88497badc87406a6f08f1f
just to be sure: did u git pull --rebase && ./scripts/feeds update -a && ./scripts/feeds install -a && make dirclean? did you modify anything? what does git status say?
red@red:~/openwrt$ git pull --rebase && ./scripts/feeds update -a && ./scripts/feeds install -a && make dirclean
Already up to date.
Updating feed 'packages' from 'https://git.openwrt.org/feed/packages.git' ...
Already up to date.
Updating feed 'luci' from 'https://git.openwrt.org/project/luci.git' ...
Already up to date.
Updating feed 'routing' from 'https://git.openwrt.org/feed/routing.git' ...
Already up to date.
Updating feed 'telephony' from 'https://git.openwrt.org/feed/telephony.git' ...
Already up to date.
Create index file './feeds/packages.index'
Create index file './feeds/luci.index'
Create index file './feeds/routing.index'
Create index file './feeds/telephony.index'
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre', which does not exist
Installing all packages from feed packages.
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre',
i had to do a “make distclean” after “git pull” followed by the documented steps
# Update the feeds
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
#select "Target System (MediaTek Ralink ARM)" => "Subtarget (Filogic 8x0 (MT798x))" => "Target Profile (Bananapi BPi-R4)"
make -j$(nproc)
Yes, I tried with my own config and a clean one, but nothing helped! I’ll try a few more options now and report back. And by the way, you guys are very helpful and supportive - thank you very much!
Hi all! Honestly, I don’t know what it was, but it’s some kind of magic - today I started the compilation again and everything worked. I note that while you two weren’t in the comments, nothing worked :)))