Open kajoj2 opened 11 months ago
I think I found cause https://github.com/openwrt/packages/issues/22171
To get libsodium to compile I cloned its github repo and used that. To do this, you need to
select the "enable source package override" option in the developer options part of make menuconfig
clone the libsoidium repo somewhere outsiude of the openwrt build root. e.g.
cd /tmp git clone https://github.com/jedisct1/libsodium.git cd $OLDPWD
link its git into the package. From the openwrt buildroot, run
ln -s /tmp/libsodium/.git package/feeds/packages/libsodium/git-src
Clean the old failed build and rebuild it off the cloned github repo
make -j$(nproc) V=sc package/feeds/packages/libsodium/{clean,compile}
And it should compile (it did for me at least)
I'm trying to make my own build.
I fallowed instruction in OpenWrt site. I'm on Ubuntu 22.04.3 Installed build dependency from wiki. Pulled repo and copy files and .config to main OpenWrt directory. I'm using main branch. Run make and I are getting error when build
Do I miss some host OS build dependency ? I installed rust.
error log is here: