Hey Guys I Just join the forums and can't find any guidelines or anything of any sorts so please be kind If I make any kind of mistake
I am trying to build a snapshot version of openwrt for my rpi4. I am following the official documentation over here
The thing is when I am running make -j 4 V=s download clean world
I am getting this error
ake[3]: Leaving directory '/home/ubuntu/openwrt/feeds/luci/modules/luci-base'
time: package/feeds/luci/luci-base/host-compile#1.45#0.49#1.94
make[2]: Leaving directory '/home/ubuntu/openwrt'
make[1]: *** [package/Makefile:110: /home/ubuntu/openwrt/staging_dir/target-aarch64_cortex-a72_musl/stamp/.package_compile] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/ubuntu/openwrt'
make[1]: Leaving directory '/home/ubuntu/openwrt'
make: *** [/home/ubuntu/openwrt/include/toplevel.mk:230: world] Error 2
I cant figure out why the compiler is throwing this error. There is no verbose message so I can't do anything to figure it out
I googled it and the only result I can find says use V=s to get verbose message but this is still not enough.
Is there is a another way to get more verbose message or if anyone is aware why I am getting this error please let me know